We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee4885 commit fa63388Copy full SHA for fa63388
1 file changed
.github/workflows/cross-platform.yml
@@ -16,10 +16,10 @@ jobs:
16
strategy:
17
matrix:
18
#os: [ubuntu-latest, windows-latest, macos-latest]
19
- #os: [ubuntu-latest, macos-latest]
20
- os: [debian-latest]
21
- #python-version: ["3.10", "3.12"]
22
- python-version: ["3.12"]
+ os: [ubuntu-latest, macos-latest]
+ #os: [debian-latest]
+ python-version: ["3.10", "3.12"]
+ #python-version: ["3.12"]
23
24
steps:
25
- uses: actions/checkout@v4
0 commit comments