Skip to content

Commit dddd68a

Browse files
committed
Update workflows
1 parent 9dd91e6 commit dddd68a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

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

4747
- name: Install dependencies
4848
run: |
49-
uv pip install -e .[dev,spatiotemporal]
49+
uv sync --extra dev --extra spatiotemporal
5050
5151
- name: Test with pytest
5252
run: |

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
activate-environment: true
3434
- uses: nikeee/setup-pandoc@v1
3535
- name: "Install autoemulate with extras: dev, docs"
36-
run: uv pip install -e .[dev,docs]
36+
run: uv sync --extra dev --extra docs
3737
- name: "Run jupyterbook"
3838
run: jupyter-book build docs --all
3939
- name: "Deploy"

0 commit comments

Comments
 (0)