Skip to content

Commit

Permalink
Debugging CI behavior (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-coder committed Dec 12, 2024
1 parent c0beeb7 commit 2403112
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
#os: [ubuntu-latest, windows-latest]
#python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: ["ubuntu-latest"]
python-version: ["3.13"]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 2403112

Please sign in to comment.