File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments