From b44f2569e76d5580596784a582fa728af1b65d84 Mon Sep 17 00:00:00 2001 From: Daniel Utt <60605180+nnn911@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:43:02 +0200 Subject: [PATCH] Update python-tests.yml --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index e27ec6c..ee2b986 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -42,7 +42,7 @@ jobs: if: matrix.os == 'macos-latest' run: | mamba install -y -c conda-forge pytest - mamba install -y --strict-channel-priority -c https://conda.ovito.org -c conda-forge ovito>=3.10.0 + mamba install -y --strict-channel-priority -c https://conda.ovito.org -c conda-forge ovito>=3.9.1 mamba install -y pytorch pytorch -c pytorch -c conda-forge - name: Install python dependencies conda if: matrix.os != 'macos-latest'