Skip to content

Commit

Permalink
No Ubuntu en CI (Tkinter no funciona)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrozas committed Dec 31, 2023
1 parent 97a4f8a commit 2c7527e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [windows-latest]
python_version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"

name: test
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2c7527e

Please sign in to comment.