Skip to content

Commit

Permalink
ci(devel-crossaction): add python install
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Jul 8, 2023
1 parent f9956ec commit ccbfa31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/default-crossaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
cpu_count: 4
run: |
set -x
whoami
# freebsd
sudo pkg install python3 || true
sudo pkg info || true
# openbsd
doas pkg_add -r python || true
python --version
python -m pip install --upgrade pip
pip install molecule molecule-plugins docker ansible-lint flake8 testinfra ansible
Expand Down

0 comments on commit ccbfa31

Please sign in to comment.