Skip to content

Commit

Permalink
Remove extraneous "poetry env use": actions/setup-python@v5 does it
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Aug 16, 2024
1 parent ea08fb3 commit 643a9ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
python-version: "${{ matrix.python-version }}"
cache: "poetry"

- run: poetry env use "${{ matrix.python-version }}"

- run: poetry install --all-extras

- name: Run tests
Expand Down Expand Up @@ -78,9 +76,6 @@ jobs:
python-version: "3.8"
cache: "poetry"

- name: Use selected Python version
run: poetry env use 3.8

- name: Install dependencies
run: poetry install --all-extras --with=types

Expand Down

0 comments on commit 643a9ec

Please sign in to comment.