Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
steps:
- uses: actions/checkout@v5

- name: Install poetry
shell: bash
run: pipx install poetry==2.1.4

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

- name: Install poetry
shell: bash
run: pipx install poetry==2.1.4 --python "${{ env.pythonLocation }}/python"

- name: Install dependencies with Poetry
run: |
poetry install --with test --all-extras
Expand Down
Loading