Skip to content

Commit

Permalink
Do not always install python3.9 within CI (ref #498)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jul 18, 2024
1 parent ab84dfe commit 60c0fe8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ 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 60c0fe8

Please sign in to comment.