Skip to content

Commit

Permalink
Update testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nnn911 committed Apr 29, 2024
1 parent 0b93578 commit c0ee28d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
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 pytorch pytorch -c pytorch -c conda-forge
else:
- 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
Expand Down

0 comments on commit c0ee28d

Please sign in to comment.