Skip to content

Commit

Permalink
Update python-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nnn911 authored Apr 29, 2024
1 parent c0ee28d commit 457d877
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 457d877

Please sign in to comment.