Skip to content

Commit

Permalink
Run Checks(Integration) and windows-test on the PR in the fork
Browse files Browse the repository at this point in the history
  • Loading branch information
HideakiImamura committed Feb 2, 2024
1 parent 53d8554 commit 9c5bfa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/checks-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
schedule:
- cron: '0 23 * * SUN-THU'
workflow_dispatch:
pull_request: {}

concurrency:
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Tests
if: ${{ github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' }}
run: |
pytest -m "not integration and not slow"
pytest -m "not integration"
env:
MPLBACKEND: "QtAgg" # Use QtAgg as matplotlib backend.

Expand Down

0 comments on commit 9c5bfa6

Please sign in to comment.