Skip to content

Commit

Permalink
run all
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Dec 6, 2023
1 parent 56a2dc5 commit 625bc9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-ci-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ on:
jobs:
build:
strategy:
fail-fast: true
# TODO: temporary -- do not merge -- full (but pre-push) Windows-only CI for this PR
# fail-fast: true
fail-fast: false
matrix:
# TODO: temporary full -- but pre-push -- Windows-only CI for this PR
# TODO: temporary -- do not merge -- full (but pre-push) Windows-only CI for this PR
# os: [ubuntu-22.04, macos-12]
# python-version: ['3.10', '3.7']
os: [windows-2019]
Expand Down

0 comments on commit 625bc9c

Please sign in to comment.