We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd91e6 commit dddd68aCopy full SHA for dddd68a
.github/workflows/ci.yaml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Install dependencies
48
run: |
49
- uv pip install -e .[dev,spatiotemporal]
+ uv sync --extra dev --extra spatiotemporal
50
51
- name: Test with pytest
52
.github/workflows/docs.yaml
@@ -33,7 +33,7 @@ jobs:
33
activate-environment: true
34
- uses: nikeee/setup-pandoc@v1
35
- name: "Install autoemulate with extras: dev, docs"
36
- run: uv pip install -e .[dev,docs]
+ run: uv sync --extra dev --extra docs
37
- name: "Run jupyterbook"
38
run: jupyter-book build docs --all
39
- name: "Deploy"
0 commit comments