We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa76c0 commit 0c52169Copy full SHA for 0c52169
.github/workflows/build.yml
@@ -187,9 +187,9 @@ jobs:
187
- name: Pytest
188
if: contains(github.ref, 'pytest')
189
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
+ ../sage -python -m pip install coverage pytest-xdist
+ ../sage -python -m coverage run -m pytest -c tox.ini --doctest || true
+ working-directory: ./worktree-image/src
193
env:
194
# Increase the length of the lines in the "short summary"
195
COLUMNS: 120
0 commit comments