Skip to content

Commit 5dc330a

Browse files
committed
fix: actions call
1 parent 708e060 commit 5dc330a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ jobs:
349349
needs-quarto: true
350350
dependencies: 'pandoc'
351351
sphinxopts: '-j 1 -W --color'
352+
group-dependencies-name: "doc"
352353

353354
- name: Stop the Geometry service
354355
if: always()
@@ -446,6 +447,7 @@ jobs:
446447
python-version: ${{ env.MAIN_PYTHON_VERSION }}
447448
checkout: false
448449
randomize: true
450+
group-dependencies-name: "tests"
449451

450452
- name: Upload coverage to Codecov
451453
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
@@ -516,7 +518,6 @@ jobs:
516518
run: |
517519
python -m pip install --upgrade pip
518520
pip install -e .[all] --group tests-minimal
519-
pip install pytest
520521
521522
- name: Start Geometry service and verify start
522523
env:
@@ -868,6 +869,7 @@ jobs:
868869
pytest-extra-args: "--use-existing-service=yes"
869870
checkout: false
870871
randomize: true
872+
group-dependencies-name: "tests"
871873

872874
- name: "Compressing Linux Dockerfile"
873875
uses: vimtor/action-zip@1379ea20d4c5705669ba81fd626dd01b1c738f26 # v1.2

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ jobs:
214214
ALLOW_PLOTTING: true
215215
with:
216216
python-version: ${{ env.MAIN_PYTHON_VERSION }}
217+
group-dependencies-name: "tests"
217218

218219
- name: Stop the Geometry service
219220
if: always()

0 commit comments

Comments
 (0)