Skip to content

Commit

Permalink
Use FMPy 0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Oct 18, 2023
1 parent 6a0679a commit 0b30dc3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
pull_request:
branches: [ main ]

env:
FMPY: https://github.com/CATIA-Systems/FMPy/archive/e167cc65f270775ee42ea14ab98b322070757edc.zip
CONDA_PACKAGES: dask lark-parser lxml numpy pathlib pip pytest requests scipy

jobs:

lint-files:
Expand All @@ -35,7 +31,7 @@ jobs:
conda-channels: conda-forge
- run: conda --version
- run: which python
- run: conda install fmpy-base 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 @@ -54,7 +50,7 @@ jobs:
- uses: s-weigand/[email protected]
with:
conda-channels: conda-forge
- run: conda install fmpy-base 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 0b30dc3

Please sign in to comment.