Skip to content

Commit

Permalink
Add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickEvers authored Oct 15, 2024
1 parent 495a00b commit cb2ed79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-awx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
python -m venv .venv
source .venv/bin/activate
pip3 install awxkit==${{ inputs.awxkit_version }}
pip3 install awxkit==${{ inputs.awxkit_version }} setuptools
echo "$VIRTUAL_ENV/bin" >> $GITHUB_PATH
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> $GITHUB_ENV
- name: Set limit flag env
Expand Down

0 comments on commit cb2ed79

Please sign in to comment.