Skip to content

Commit

Permalink
Test brew only with Python 3.7 as before
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodk committed Oct 22, 2021
1 parent ab90e92 commit c3b944d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-wheel-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
brew install python
export SKIP_EMBEDED_PYTHON_TEST=true
packaging/python/test_wheels.sh /usr/local/bin/python3 wheelhouse/*.whl
condition: eq(variables['agent.os'], 'Darwin')
condition: and(eq(variables['agent.os'], 'Darwin'), eq(variables['python.version'], '3.7'))
displayName: 'Test with brew Python'
- task: UsePythonVersion@0
Expand Down

0 comments on commit c3b944d

Please sign in to comment.