Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Dec 30, 2023
1 parent ddd58b6 commit 4311391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install
run: |
curl -sSL https://install.python-poetry.org | python3 -
pip install --no-cache-dir --upgrade setuptools # fix for py 3.12 install package install issue
pip install --no-cache-dir --upgrade setuptools # fix for py 3.12 install package issue
poetry install --all-extras --without lint,doc
- name: Test with pytest
Expand Down

0 comments on commit 4311391

Please sign in to comment.