Skip to content

Commit

Permalink
Fix pip command
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Oct 18, 2023
1 parent 0b30dc3 commit 7c24b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
conda-channels: conda-forge
- run: conda --version
- run: which python
- run: python -m pip install fmpy=0.3.18 pytest scipy
- run: python -m pip install fmpy==0.3.18 pytest scipy
- run: python ThirdParty/build_cvode.py
- run: python ThirdParty/build_libxml2.py
- run: python ThirdParty/build_zlib.py
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: s-weigand/[email protected]
with:
conda-channels: conda-forge
- run: python -m pip install fmpy=0.3.18 pytest scipy python-kaleido markdown2 plotly
- run: python -m pip install fmpy==0.3.18 pytest scipy python-kaleido markdown2 plotly
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 7c24b91

Please sign in to comment.