Skip to content

Commit 0d870b0

Browse files
committed
updating ci
1 parent df51697 commit 0d870b0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python ${{ matrix.python-version }}
3131
run: uv python install ${{ matrix.python-version }}
3232
- name: Install the project
33-
run: uv sync --dev --group dev-linux
33+
run: uv sync --upgrade --dev --group dev-linux
3434
- name: Run tests
3535
# For example, using `pytest`
3636
run: uv run just coverage

.github/workflows/devdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
enable-cache: true
2525
cache-dependency-glob: "uv.lock"
2626
- name: Install Documentation dependencies
27-
run: uv sync --group doc, dev-linux
27+
run: uv sync --upgrade --dev --group doc --group dev-linux
2828
- name: Set up build cache
2929
uses: actions/cache@v4
3030
id: cache

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
enable-cache: true
2525
cache-dependency-glob: "uv.lock"
2626
- name: Install Documentation dependencies
27-
run: uv sync --group doc
27+
run: uv sync --upgrade --dev --group doc --group dev-linux
2828
- name: Set up build cache
2929
uses: actions/cache@v4
3030
id: cache

.github/workflows/pub_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
enable-cache: true
2525
cache-dependency-glob: "uv.lock"
2626
- name: Install Documentation dependencies
27-
run: uv sync --group doc, dev-linux
27+
run: uv sync --upgrade --dev --group doc --group dev-linux
2828
- name: Set up build cache
2929
uses: actions/cache@v4
3030
id: cache

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Install a specific version of uv.
1616
version: "0.5.5"
1717
- name: Install the project
18-
run: uv sync --dev --group dev-linux
18+
run: uv sync --all-extras
1919
- name: Build distribution 📦
2020
run: uv build
2121
- name: Store the distribution packages

0 commit comments

Comments
 (0)