Skip to content

Commit 06ee71a

Browse files
committed
added support for cmd specific env vars and auth
1 parent 6557c5e commit 06ee71a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ 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:
1616
- "3.7"
1717
- "3.8"
@@ -20,9 +20,9 @@ jobs:
2020
- "3.11"
2121
- "3.12"
2222
# - "3.13"
23-
exclude:
24-
- os: macos-latest
25-
python-version: "3.7"
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)