Skip to content

Commit

Permalink
fix workflow for fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Dec 14, 2024
1 parent 617bf94 commit ad4ab3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r test-requirements.txt
- name: force reinstall of community.fpm
- name: force reinstall of community.docker
run: |
mkdir -p /home/runner/.ansible/collections
ansible-galaxy collection install community.fpm --force
ansible-galaxy collection install community.docker --force
- name: Install collection
run: |
Expand Down

0 comments on commit ad4ab3c

Please sign in to comment.