Skip to content

Commit c06d0ba

Browse files
Merge pull request #1193 from gooddata/snapshot-master-cca72f46-to-rel/dev
[bot] Merge master/cca72f46 into rel/dev
2 parents ee43b61 + cca72f4 commit c06d0ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/bump-version.yaml

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

3535
- name: Install dependencies
3636
run: |
37-
uv sync --group release
37+
uv sync --only-group release
3838
3939
- name: Bump version
4040
id: bump

.github/workflows/dev-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: astral-sh/setup-uv@v6
3333
- name: Install dependencies
3434
run: |
35-
uv sync --group release
35+
uv sync --only-group release
3636
- name: Bump to dev
3737
run: uv run tbump --only-patch --non-interactive $(./scripts/next_dev.sh)
3838
- name: Build ${{ matrix.component }}

.github/workflows/rw-python-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: 3.13
3838
- name: Install dependencies
3939
run: |
40-
uv sync --group lint
40+
uv sync --only-group lint
4141
- name: pep8 and formatting check
4242
run: |
4343
make format
@@ -51,7 +51,7 @@ jobs:
5151
uses: astral-sh/setup-uv@v6
5252
- name: Install dependencies
5353
run: |
54-
uv sync --group tox --group type
54+
uv sync --only-group tox --only-group type
5555
- name: mypy check
5656
run: |
5757
make mypy

0 commit comments

Comments
 (0)