Skip to content

Commit

Permalink
install ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Jan 24, 2025
1 parent fc9c53f commit 3a48dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
- name: Install Dependencies
run: apk --update --no-cache add curl openjdk11 docker-cli docker-compose make bash python py3-pip
run: apk --update --no-cache add curl openjdk11 docker-cli docker-compose make bash python3 py3-pip
- name: Build secure envs
run: |
python -m venv .
Expand Down

0 comments on commit 3a48dd9

Please sign in to comment.