Skip to content
Open
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
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "elx/**"
- "tests/**"
- "poetry.lock"
- ".github/workflows/test.yaml"

jobs:
test:
Expand Down Expand Up @@ -33,7 +34,10 @@ jobs:
cache-dependency-path: "poetry.lock"

- name: Install Poetry
run: pipx install poetry
run: pip install poetry

- name: Set Poetry Python version
run: poetry env use ${{ matrix.python }}

- name: Install Dependencies
run: poetry install -E all
Expand Down