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 1f161de commit 699d895Copy full SHA for 699d895
2 files changed
.github/workflows/hypothesis.yaml
@@ -110,7 +110,7 @@ jobs:
110
&& steps.status.outcome == 'failure'
111
&& github.event_name == 'schedule'
112
&& github.repository_owner == 'pydata'
113
- uses: xarray-contrib/issue-from-pytest-log@v1
+ uses: scientific-python/issue-from-pytest-log-action@v1
114
with:
115
log-path: output-${{ matrix.python-version }}-log.jsonl
116
issue-title: "Nightly Hypothesis tests failed"
.github/workflows/upstream-dev-ci.yaml
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
97
98
0 commit comments