Skip to content

Commit

Permalink
debug windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JudeWells committed Aug 27, 2024
1 parent 47a0a12 commit b0907f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all_os_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest] #[ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8', '3.11']
os: [windows-latest] #[ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.10']
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit b0907f6

Please sign in to comment.