Skip to content

Commit

Permalink
Don't run setup-python on manylinux.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Nov 6, 2023
1 parent 4174463 commit 0533fa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-linux_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
# Need this for virtualenv and arrow tests if enabled
- name: 'Install Python'
uses: actions/setup-python@v4
# setup-python fails on manylinux, but we don't need it since Python 3.8 is preinstalled.
if: !inputs.manylinux
with:
python-version: '3.8'
cache: 'pip'
Expand Down

0 comments on commit 0533fa7

Please sign in to comment.