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