From 457d877cafb00d231cca9de897e3eaec74f35caf Mon Sep 17 00:00:00 2001 From: Daniel Utt <60605180+nnn911@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:40:58 +0200 Subject: [PATCH] Update python-tests.yml --- .github/workflows/python-tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 1684a21..e27ec6c 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -39,14 +39,12 @@ jobs: channels: conda-forge,defaults channel-priority: true - name: Install python dependencies conda - shell: bash -el {0} 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 + mamba install -y --strict-channel-priority -c https://conda.ovito.org -c conda-forge ovito>=3.10.0 mamba install -y pytorch pytorch -c pytorch -c conda-forge - name: Install python dependencies conda - shell: bash -el {0} if: matrix.os != 'macos-latest' run: | mamba install -y -c conda-forge pytest