From 9c5bfa62d1cd0d925e1ddd5ba3e2064499f95b8d Mon Sep 17 00:00:00 2001 From: HideakiImamura Date: Fri, 2 Feb 2024 09:44:38 +0900 Subject: [PATCH] Run Checks(Integration) and windows-test on the PR in the fork --- .github/workflows/checks-integration.yml | 1 + .github/workflows/windows-tests.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks-integration.yml b/.github/workflows/checks-integration.yml index 205599a4aa..bc59f80970 100644 --- a/.github/workflows/checks-integration.yml +++ b/.github/workflows/checks-integration.yml @@ -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 }} diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index e6114f1aa8..91a25b4741 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -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.