Skip to content

Commit

Permalink
fix GHA environment specs
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Oct 24, 2023
1 parent 358cea5 commit f684f54
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/run_pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@ jobs:
micromamba-version: '1.5.0-0'
environment-name: 'test-env'
generate-run-shell: true
# constraints on env:
# - spglib / cp2k linking error for spglib > 2.0.*
# - openmm-torch 1.0 requires cuda
# - openmm-torch >1.0 requires python 3.9
create-args: >-
python=3.9
openmm-torch
openmm-torch=1.*=*cpu*
openmm-plumed
py-plumed
cp2k
spglib=2.0.*
nwchem
pip
pytorch=1.13.1
-c conda-forge
init-shell: bash
cache-environment: true
Expand Down

0 comments on commit f684f54

Please sign in to comment.