Skip to content

Commit

Permalink
Updated test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesHuisman committed Feb 21, 2024
1 parent f62da5d commit 3ac67e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
cache: "pip"
cache-dependency-path: "poetry.lock"

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

- name: Install Poetry
run: pipx install poetry

Expand Down

0 comments on commit 3ac67e4

Please sign in to comment.