Skip to content

Commit

Permalink
Update python-package-run-tests-linux-py38.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelHenningsson authored Feb 4, 2025
1 parent c6a5e45 commit 5805409
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-package-run-tests-linux-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
- name: Install dependencies
run: |
python --version
conda install -c conda-forge numpy pygalmesh
conda install -c conda-forge meshio numba
conda install python=3.9
python --version
conda install -c conda-forge pygalmesh
conda install -c conda-forge numpy meshio numba
conda install -c conda-forge scipy pycifrw dill xfab
conda install -c conda-forge netcdf4 h5py pandas matplotlib
python -m pip install .
Expand Down

0 comments on commit 5805409

Please sign in to comment.