Skip to content

Commit

Permalink
PSG-4039 Pinned PyYAML to avoid poetry install failure (#243)
Browse files Browse the repository at this point in the history
* PSG-4039 Pinned PyYAML to avoid poetry install failure
  • Loading branch information
jurajseffer authored Jul 17, 2023
1 parent 1a9f485 commit cc0d87b
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 401 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: '3.10'

- name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python3 -
run: pip install poetry==1.1.13

- name: Pre-commit checks
run: |
Expand Down
Loading

0 comments on commit cc0d87b

Please sign in to comment.