Skip to content

Commit

Permalink
Pin dependencies due to failing build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-riddle committed Aug 16, 2023
1 parent dc3cd27 commit 74faef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install ansible molecule-plugins[docker] docker
run: pip3 install ansible==8.2.0 ansible-core==2.15.2 ansible-compat==4.1.5 molecule==5.1.0 molecule-plugins[docker]==23.5.0 docker==6.1.3

- name: Set HOSTNAME.
run: echo "HOSTNAME=$(cat /etc/hostname)" >> $GITHUB_ENV
Expand Down

0 comments on commit 74faef8

Please sign in to comment.