Skip to content

Commit

Permalink
CI: Run MacOS test on Python 3.7 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Apr 20, 2022
1 parent d144f9b commit 57876a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fail-fast: false
matrix:
INSTALL_TYPE: ['pip']
PYTHON_VERSION: ['3.9']
PYTHON_VERSION: ['3.7', '3.9']
TEST_TYPE: ['fast', 'slow']
timeout-minutes: 120
steps:
Expand Down

0 comments on commit 57876a7

Please sign in to comment.