From b00ad977d59b3378adfd626ed7046f7599e863ef Mon Sep 17 00:00:00 2001 From: Sean Sullivan Date: Thu, 20 Jul 2023 21:20:58 -0400 Subject: [PATCH] Update pre-commit to use new pyyaml (#29) * update sanity * update sanity * fix pyyaml --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b3d0c1b..a68e5c9 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -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: