We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98d2a8 commit 1226ae2Copy full SHA for 1226ae2
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip poetry
33
- python -m pip wheel --use-pep517 "pyyaml (~=6.0)"
+ python -m pip wheel --use-pep517 "pyyaml~=6.0"
34
poetry install --all-extras --no-root
35
36
- name: Test with pytest
0 commit comments