Skip to content

Commit 0f45d58

Browse files
committed
added support for cmd specific env vars and auth
1 parent 21f10d6 commit 0f45d58

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ jobs:
99
strategy:
1010
matrix:
1111
os:
12-
# - ubuntu-latest
13-
- windows-latest
12+
- ubuntu-latest
13+
# - windows-latest
1414
# - macos-latest
1515
python-version:
1616
- "3.7"
1717
- "3.8"
1818
- "3.9"
19-
# - "3.10"
20-
# - "3.11"
21-
# - "3.12"
22-
# - "3.13"
23-
# exclude:
24-
# - os: macos-latest
25-
# python-version: "3.7"
19+
- "3.10"
20+
- "3.11"
21+
- "3.12"
22+
- "3.13"
23+
exclude:
24+
- os: macos-latest
25+
python-version: "3.7"
2626
runs-on: ${{matrix.os}}
2727
name: 'Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'
2828

0 commit comments

Comments
 (0)