Skip to content

Commit af0c60d

Browse files
committed
one-liner pip
1 parent aa790a1 commit af0c60d

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ jobs:
7272
packages/fairchem-data-oc[dev] \
7373
packages/fairchem-data-omat \
7474
packages/fairchem-data-omol[dev] \
75-
packages/fairchem-demo-ocpapi[dev]
76-
77-
pip install -r tests/requirements.txt # pin test packages
75+
packages/fairchem-demo-ocpapi[dev] \
76+
-r tests/requirements.txt # pin test packages
7877
7978
- name: Install additional dependencies
8079
run: |
@@ -149,9 +148,8 @@ jobs:
149148
python -m pip install --upgrade pip
150149
pip install packages/fairchem-core[dev] \
151150
packages/fairchem-data-omol[dev] \
152-
packages/fairchem-data-omat
153-
154-
pip install -r tests/requirements.txt # pin test packages
151+
packages/fairchem-data-omat \
152+
-r tests/requirements.txt # pin test packages
155153
156154
- name: Core GPU tests
157155
env:
@@ -206,9 +204,8 @@ jobs:
206204
micromamba install lammps
207205
python -m pip install --upgrade pip
208206
pip install packages/fairchem-core[dev,extras] \
209-
packages/fairchem-lammps
210-
211-
pip install -r tests/requirements.txt # pin test packages
207+
packages/fairchem-lammps \
208+
-r tests/requirements.txt # pin test packages
212209
213210
- name: Core GPU tests
214211
shell: micromamba-shell {0}

0 commit comments

Comments
 (0)