Skip to content

Commit 5eca834

Browse files
committed
Fix name for report output
1 parent 79b5d31 commit 5eca834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hypothesis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
id: status
101101
run: |
102102
pixi run -e ${{ env.PIXI_ENV }} python -m pytest --hypothesis-show-statistics --run-slow-hypothesis properties/*.py \
103-
--report-log output-${{ matrix.python-version }}-log.jsonl
103+
--report-log output-${{ env.PIXI_ENV }}-log.jsonl
104104
105105
# explicitly save the cache so it gets updated, also do this even if it fails.
106106
- name: Save cached hypothesis directory
@@ -119,6 +119,6 @@ jobs:
119119
&& github.repository_owner == 'pydata'
120120
uses: scientific-python/issue-from-pytest-log-action@v1
121121
with:
122-
log-path: output-${{ matrix.python-version }}-log.jsonl
122+
log-path: output-${{ env.PIXI_ENV }}-log.jsonl
123123
issue-title: "Nightly Hypothesis tests failed"
124124
issue-label: "topic-hypothesis"

0 commit comments

Comments
 (0)