We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455b4f9 commit af76fbaCopy full SHA for af76fba
.github/workflows/hypothesis.yaml
@@ -87,7 +87,7 @@ jobs:
87
&& steps.status.outcome == 'failure'
88
&& github.event_name == 'schedule'
89
&& github.repository_owner == 'zarr-developers'
90
- uses: xarray-contrib/issue-from-pytest-log@v1
+ uses: scientific-python/issue-from-pytest-log-action@v1
91
with:
92
log-path: output-${{ matrix.python-version }}-log.jsonl
93
issue-title: "Nightly Hypothesis tests failed"
0 commit comments