Skip to content

Commit

Permalink
Update pre-commit to use new pyyaml (#29)
Browse files Browse the repository at this point in the history
* update sanity

* update sanity

* fix pyyaml
  • Loading branch information
sean-m-sullivan authored Jul 21, 2023
1 parent 25ae22c commit b00ad97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
python-version: '3.x'
- name: Install Ansible
run: pip install --upgrade ansible-core
run: pip install --upgrade ansible-core pyyaml==6.0.1
- name: Build and install the collection
uses: redhat-cop/ansible_collections_tooling/actions/build_ansible_collection@main
with:
Expand Down

0 comments on commit b00ad97

Please sign in to comment.