Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: kogeler <roman.gavrilov@parity.io>
  • Loading branch information
kogeler committed May 25, 2024
1 parent c6bca3e commit c8b4b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# jmespath==1.0.1
run: |
set -e
echo "ansible==${{ inputs.ansible-version }} >> requirements-molecule.txt
echo "ansible==${{ inputs.ansible-version }}" >> requirements-molecule.txt
pip3 install --no-cache-dir -r requirements-molecule.txt
working-directory: "${{ github.repository }}/.github/workflows"
- name: Print versions
Expand Down

0 comments on commit c8b4b75

Please sign in to comment.