Skip to content

Commit 90faa37

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- "3.13"
2323
exclude:
2424
- os: macos-latest
25-
python-version: "3.7"
25+
python-version: ["3.7", "3.8"]
2626
runs-on: ${{matrix.os}}
2727
name: 'Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'
2828

0 commit comments

Comments
 (0)