Skip to content

Commit 17787d2

Browse files
committed
added support for cmd specific env vars and auth
1 parent 90faa37 commit 17787d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- windows-latest
1414
- macos-latest
1515
python-version:
16-
- "3.7"
1716
- "3.8"
1817
- "3.9"
1918
- "3.10"
@@ -22,7 +21,7 @@ jobs:
2221
- "3.13"
2322
exclude:
2423
- os: macos-latest
25-
python-version: ["3.7", "3.8"]
24+
python-version: "3.8"
2625
runs-on: ${{matrix.os}}
2726
name: 'Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'
2827

0 commit comments

Comments
 (0)