Skip to content

Commit

Permalink
Actually use the python version from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed May 21, 2024
1 parent ca8975a commit 3dbbc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: poetry_setup
uses: ItsDrike/setup-poetry@v1
with:
python-version: 3.11
python-version: ${{ matrix.python-version }}
install-args: "--without lint --without release"

- name: Run pytest
Expand Down

0 comments on commit 3dbbc18

Please sign in to comment.