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 1812494 commit 43abf67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 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,18 +14,18 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10.10
- name: Set up Python 3.12.x
uses: actions/setup-python@v2
with:
python-version: 3.10.10
python-version: 3.12
- 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.10.10
conda install python=3.12
conda install -c conda-forge matplotlib numpy meshio pygalmesh scipy numba pycifrw dill xfab netcdf4=1.6.1 h5py
python -m pip install .
- name: Lint with flake8
Expand All @@ -38,4 +38,4 @@ jobs:
- name: Test with pytest
run: |
conda install pytest
pytest
pytest

0 comments on commit 43abf67

Please sign in to comment.