Skip to content

Commit

Permalink
Fix typo PackageTest.yml
Browse files Browse the repository at this point in the history
The CI wasn't correctly identifying the different python versions in the matrix.
  • Loading branch information
djperrefort committed Jul 11, 2023
1 parent 4d83048 commit b5ded0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PackageTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install poetry
run: |
pip install poetry
poetry env use python${{ matrix.python_version }}
poetry env use python${{ matrix.python-version }}
- name: Install dependencies
run: poetry install --with tests
Expand Down

0 comments on commit b5ded0d

Please sign in to comment.