Skip to content

Commit

Permalink
Fix ruamel.yaml 0.18 is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 27, 2023
1 parent 9e59c48 commit 0e4cde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: poetry build
env:
POETRY_DYNAMIC_VERSIONING_BYPASS: 0.0.0
- run: python3 -m pip install --user --force-reinstall dist/c2cciutils-0.0.0-py3-none-any.whl[checks,publish]
- run: python3 -m pip install --user --force-reinstall dist/c2cciutils-0.0.0-py3-none-any.whl[checks,publish] 'ruamel.yaml<0.18.0'
- run: rm -rf dist build

- name: Checks
Expand Down

0 comments on commit 0e4cde2

Please sign in to comment.