Skip to content

Commit

Permalink
👷 Edge case cp27
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Aug 9, 2023
1 parent afbc602 commit 841ab88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@ jobs:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
if: matrix.python-version != '2.7'
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Set up Python 2
if: matrix.python-version == '2.7'
run: apt-get install python2.7-dev

- name: Pip cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 841ab88

Please sign in to comment.