Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Ensure Mac picks up the correct Pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed May 30, 2024
1 parent d6637df commit 5e41d98
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,12 @@ jobs:
- python-version: [2, 7, 18]
os: macos-12
it-selector: "{pre,post}"
ensurepip: yes
- python-version: [2, 7, 18]
os: ubuntu-22.04
it-selector: "{pre,post}"
ensurepip: yes
- python-version: [3, 6, 15]
os: ubuntu-22.04
it-selector: "{pre,post}"
ensurepip: no
steps:
- name: Checkout Lambdex
uses: actions/checkout@v4
Expand All @@ -50,13 +47,14 @@ jobs:
# https://github.com/gabrielfalcao/pyenv-action/pull/444
uses: pex-tool/pyenv-action@baec18679698d2f80064cc04eb9ad0c8dc5ca8f8
env:
ENSUREPIP: "${{ matrix.ensurepip }}"
ENSUREPIP: no
with:
default: "${{ join(matrix.python-version, '.') }}"
- name: Run Integration Tests
run: |
which python
python -V
python <(curl -sSL https://bootstrap.pypa.io/pip/${{ matrix.python-version[0] }}.-${{ matrix.python-version[1] }}/get-pip.py)
python -m pip install -U "tox<4"
python -m tox -e py${{ matrix.python-version[0] }}${{ matrix.python-version[1] }}-int-${{ matrix.it-selector }}-pex1.6
integration-tests-37-312:
Expand Down

0 comments on commit 5e41d98

Please sign in to comment.