Added '--break-system-packages' for pip install

This commit is contained in:
David Murphy 2024-11-08 10:48:14 -07:00
parent 5d0e68b3ee
commit e1e8f208a0
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8

View file

@ -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