Skip to content

Commit c98d2a8

Browse files
committed
Relax pyyaml version
1 parent 209a1e0 commit c98d2a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Tests
1+
name: Run Tests
22

33
on:
44
push:
@@ -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)