Skip to content

Commit

Permalink
CI: try fixing issue from pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Jan 3, 2024
1 parent 995c0b1 commit eb69445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
- name: Generate and publish the report
if: |
failure()
&& steps.status.outcome == 'failure'
&& github.event_name == 'schedule'
&& github.repository_owner == 'pysal'
&& github.event_name != 'pull_request'
&& github.repository == 'pysal/momepy'
&& steps.run_tests.outcome == 'failure'
uses: xarray-contrib/issue-from-pytest-log@v1
with:
log-path: pytest-log.jsonl

0 comments on commit eb69445

Please sign in to comment.