Skip to content

Commit

Permalink
Relax pyyaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
timsavage committed Mar 27, 2024
1 parent 209a1e0 commit c98d2a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests
name: Run Tests

on:
push:
Expand Down 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 --use-pep517 "pyyaml (~=6.0)"
poetry install --all-extras --no-root
- name: Test with pytest
Expand Down

0 comments on commit c98d2a8

Please sign in to comment.