From 43abf676a0a145eccb27ae68b874203fa20055ef Mon Sep 17 00:00:00 2001 From: Axel Henningsson <31615210+AxelHenningsson@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:50:58 +0100 Subject: [PATCH] Update python-package-run-tests-linux-py38.yml --- .github/workflows/python-package-run-tests-linux-py38.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-package-run-tests-linux-py38.yml b/.github/workflows/python-package-run-tests-linux-py38.yml index 72981f0..094eadb 100644 --- a/.github/workflows/python-package-run-tests-linux-py38.yml +++ b/.github/workflows/python-package-run-tests-linux-py38.yml @@ -14,10 +14,10 @@ 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 @@ -25,7 +25,7 @@ jobs: - 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 @@ -38,4 +38,4 @@ jobs: - name: Test with pytest run: | conda install pytest - pytest \ No newline at end of file + pytest