mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Added '--break-system-packages' for pip install
This commit is contained in:
parent
5d0e68b3ee
commit
e1e8f208a0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test-linux.yml
vendored
6
.github/workflows/test-linux.yml
vendored
|
@ -47,13 +47,13 @@ jobs:
|
|||
|
||||
- name: Install Python Dependencies
|
||||
run: |
|
||||
python3 -m pip install -U pip
|
||||
python3 -m pip install -r tests/requirements.txt
|
||||
python3 -m pip install --break-system-packages -U pip
|
||||
python3 -m pip install --break-system-packages -r tests/requirements.txt
|
||||
|
||||
- name: Bootstrap Salt
|
||||
run: |
|
||||
echo "matrix instance ,${{ matrix.instance }},"
|
||||
$bt_parms = echo "${{ matrix.instance }}" | sed 's/-/ /'
|
||||
bt_parms=$(echo "${{ matrix.instance }}" | sed 's/-/ /')
|
||||
echo "bt parms ,$bt_parms,"
|
||||
sh -x ./bootstrap-salt.sh $bt_parms
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue