We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd7370 commit 406039fCopy full SHA for 406039f
1 file changed
.github/workflows/publish-on-pypi.yml
@@ -33,7 +33,7 @@ jobs:
33
python-version: "3.12"
34
35
- name: Install dependencies
36
- run: uv sync --extra all
+ run: uv sync --extra mace --extra orb --extra chgnet
37
38
- name: Build docs with tutorials
39
run: cd docs && uv run make all
0 commit comments