Skip to content

Commit

Permalink
Bump PYTHON_VERSION for coverage on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Apr 14, 2024
1 parent 572af3c commit 40531ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
- run: pip install tox
# TODO (#1005): make zsh completion tests pass on macOS machine on CI
- run: tox -e test-completions -- -vv -k "not zsh"
- run: PYTHON_VERSION=3.11-macos tox -e coverage -- -vv
- run: PYTHON_VERSION=3.12-macos tox -e coverage -- -vv
- store_test_results:
path: test-results/
- persist_to_workspace:
Expand Down

0 comments on commit 40531ec

Please sign in to comment.