Skip to content

Commit

Permalink
Remove workaround for pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
timsavage committed Mar 27, 2024
1 parent 1226ae2 commit 4a0f996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
python -m pip wheel --use-pep517 "pyyaml~=6.0"
python -m pip wheel
poetry install --all-extras --no-root
- name: Test with pytest
Expand Down

0 comments on commit 4a0f996

Please sign in to comment.