Skip to content

Commit

Permalink
run windows test with python 3.12 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf authored Nov 13, 2024
1 parent bbcdf80 commit 2ace0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Build and test (3.12) - macos and ubuntu
if: (matrix.os != 'windows-latest') && (github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'schedule')
- name: Build and test (3.12)
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'schedule'
shell: bash
run: |
./.github/workflows/build-test nomypy
Expand Down

0 comments on commit 2ace0c0

Please sign in to comment.