Skip to content

Commit 1226ae2

Browse files
committed
Fix issue with githib config
1 parent c98d2a8 commit 1226ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip poetry
33-
python -m pip wheel --use-pep517 "pyyaml (~=6.0)"
33+
python -m pip wheel --use-pep517 "pyyaml~=6.0"
3434
poetry install --all-extras --no-root
3535
3636
- name: Test with pytest

0 commit comments

Comments
 (0)