Skip to content

Commit

Permalink
Attempt to fix pyyaml error #4
Browse files Browse the repository at this point in the history
  • Loading branch information
bbugyi200 committed Jan 16, 2024
1 parent 1c83f98 commit e5c9797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install Dependencies
run: |
python -m pip install pyyaml==6.0.1
python -m pip install pyyaml==5.3.1
python -m pip install -U docker-compose
- name: Unit tests
Expand All @@ -45,7 +45,7 @@ jobs:

- name: Install Dependencies
run: |
python -m pip install pyyaml==6.0.1
python -m pip install pyyaml==5.3.1
python -m pip install -U docker-compose
- name: Run linters.
Expand Down

0 comments on commit e5c9797

Please sign in to comment.