Skip to content

Commit

Permalink
test pip upgrade via py -m on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanguy Fardet committed Jan 30, 2024
1 parent 14ea1e7 commit b650b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
run: |
conda install cmake geos boost
pip install --upgrade pip
py -m pip install --upgrade pip
pip install setuptools "cython<3"
pip install scipy numpy matplotlib pytest shapely pint PyOpenGL svg.path dxfgrabber networkx pyneuroml
pip install nngt
Expand Down

0 comments on commit b650b14

Please sign in to comment.