Skip to content

Commit 406039f

Browse files
Fix uv sync extra when building documentation (#683)
1 parent ddd7370 commit 406039f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-on-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: "3.12"
3434

3535
- name: Install dependencies
36-
run: uv sync --extra all
36+
run: uv sync --extra mace --extra orb --extra chgnet
3737

3838
- name: Build docs with tutorials
3939
run: cd docs && uv run make all

0 commit comments

Comments
 (0)