Skip to content

Commit

Permalink
CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
amunra committed Apr 12, 2024
1 parent b4bbd33 commit 8eaea06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-latest, windows-latest]
os: [
# ubuntu-latest,
# macos-latest,
windows-latest]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8eaea06

Please sign in to comment.