Skip to content

Commit

Permalink
Simplify pip install. (ansible-community#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Apr 27, 2024
1 parent 6408f1d commit 40b6bfe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ansible-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
- name: Install dependencies
working-directory: antsibull
run: |
python3 -m pip install packaging
python3 -m pip install ansible-core
python3 -m pip install antsibull
python3 -m pip install packaging ansible-core antsibull
ansible-galaxy install -r requirements.yml
- name: Validate version and extract major version
Expand Down

0 comments on commit 40b6bfe

Please sign in to comment.