Skip to content

Commit

Permalink
fix: adding missing requirements in linux test action
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Nov 24, 2023
1 parent ced76a6 commit 4f8875b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Install python requirements (awxkit)
run: |
python -m pip install --upgrade pip
pip install awxkit
pip install awxkit setuptools
- name: Log on AWX
id: login
run: |
Expand Down

0 comments on commit 4f8875b

Please sign in to comment.