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 43abf67 commit c6a5e45
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/python-package-run-tests-linux-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,21 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.12.x
- name: Set up Python 3.9.x
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.9
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
python --version
conda install python=3.12
conda install -c conda-forge matplotlib numpy meshio pygalmesh scipy numba pycifrw dill xfab netcdf4=1.6.1 h5py
conda install -c conda-forge numpy pygalmesh
conda install -c conda-forge meshio numba
conda install -c conda-forge scipy pycifrw dill xfab
conda install -c conda-forge netcdf4 h5py pandas matplotlib
python -m pip install .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit c6a5e45

Please sign in to comment.