Skip to content

Commit 064deb7

Browse files
committed
Do not run tests as part of deploy pages
1 parent c9ae6d9 commit 064deb7

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/deploy_pages.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,8 @@ jobs:
2222
with:
2323
tag: "stable"
2424

25-
run-coverage:
26-
uses: ./.github/workflows/test_package.yml
27-
with:
28-
tag: "stable"
29-
3025
deploy:
31-
needs: [run-coverage, build-docs]
26+
needs: [build-docs]
3227

3328
environment:
3429
name: github-pages

.github/workflows/test_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Run tests
8888
run: |
89-
pytest -xvs ./tests/
89+
coverage run --rcfile=.coveragerc -m pytest -xvs ./tests/
9090
9191
- name: Run tests in parallel
9292
run: |

0 commit comments

Comments
 (0)