Skip to content

Commit bba91a3

Browse files
committed
added support for cmd specific env vars and auth
1 parent 5307e82 commit bba91a3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
strategy:
1010
matrix:
1111
os:
12-
- ubuntu-latest
12+
# - ubuntu-latest
1313
- windows-latest
14-
- macos-latest
14+
# - macos-latest
1515
python-version:
16-
- "3.7"
17-
- "3.8"
18-
- "3.9"
19-
- "3.10"
20-
- "3.11"
16+
# - "3.7"
17+
# - "3.8"
18+
# - "3.9"
19+
# - "3.10"
20+
# - "3.11"
2121
- "3.12"
2222
# - "3.13"
2323
exclude:

0 commit comments

Comments
 (0)