Skip to content

Commit 0c52169

Browse files
author
Matthias Koeppe
committed
.github/workflows/build.yml: Revert change to the conditional 'Pytest' step
1 parent 6aa76c0 commit 0c52169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ jobs:
187187
- name: Pytest
188188
if: contains(github.ref, 'pytest')
189189
run: |
190-
./sage -python -m pip install coverage pytest-xdist
191-
./sage -python -m coverage run --rcfile=src/tox.ini -m pytest -c src/tox.ini --doctest-modules || true
192-
working-directory: ./worktree-image
190+
../sage -python -m pip install coverage pytest-xdist
191+
../sage -python -m coverage run -m pytest -c tox.ini --doctest || true
192+
working-directory: ./worktree-image/src
193193
env:
194194
# Increase the length of the lines in the "short summary"
195195
COLUMNS: 120

0 commit comments

Comments
 (0)