Skip to content

Commit 3eab754

Browse files
committed
Update CI for sevennet
1 parent 46440d1 commit 3eab754

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Install updated e3nn dependencies
4444
run: |
45-
uv sync --extra mattersim --extra fairchem --extra d3
45+
uv sync --extra mattersim --extra fairchem --extra sevennet --extra d3
4646
uv pip install --reinstall pynvml
4747
uv pip install fairchem-core[torch-extras] --no-build-isolation
4848

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Install updated e3nn dependencies
4444
run: |
45-
uv sync --extra mattersim --extra fairchem --extra d3
45+
uv sync --extra mattersim --extra fairchem --extra sevennet --extra d3
4646
uv pip install --reinstall pynvml
4747
uv pip install "fairchem-core[torch-extras]" --no-build-isolation
4848

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install updated e3nn dependencies
3333
run: |
34-
uv sync --extra fairchem
34+
uv sync --extra fairchem --extra sevennet
3535
uv pip install --reinstall pynvml
3636
uv pip install "fairchem-core[torch-extras]" --no-build-isolation
3737

0 commit comments

Comments
 (0)