Skip to content

Commit

Permalink
Revert "Do not always install python3.9 within CI (ref #498)"
Browse files Browse the repository at this point in the history
This reverts commit 60c0fe8.
  • Loading branch information
tcompa committed Jul 18, 2024
1 parent 8fcf183 commit 44b632c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
- name: Install poetry
run: pipx install poetry==1.8.2

- name: Set up Python 3.9 (only needed to avoid issue \#498)
if: ${{ matrix.python-version != '3.9' }}
uses: actions/setup-python@v5
with:
python-version: 3.9
cache: "poetry"

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 44b632c

Please sign in to comment.