Skip to content

Commit

Permalink
try to fix circle [skip travis] (#6954)
Browse files Browse the repository at this point in the history
* try to fix circle [skip travis]

* try with apt [skip travis]

* try buster [skip travis]

* try not upgrading pip [skip travis]
  • Loading branch information
drammock authored Oct 14, 2019
1 parent 30fa09c commit 91af33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- run:
name: Get Python running
command: |
pip install --user --upgrade --progress-bar off pip numpy vtk
pip install --user --upgrade --progress-bar off numpy vtk
pip install --user --upgrade --progress-bar off -r requirements.txt
pip install --user --upgrade --progress-bar off ipython sphinx_fontawesome sphinx_bootstrap_theme "https://api.github.com/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler "https://api.github.com/repos/nipy/PySurfer/zipball/master"
Expand Down

0 comments on commit 91af33a

Please sign in to comment.