This commit is contained in:
David Murphy 2024-11-08 11:42:35 -07:00
parent e1e8f208a0
commit 0c255cfb80
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ jobs:
- name: Install Python Dependencies
run: |
python3 -m pip install --break-system-packages -U pip
## python3 -m pip install --break-system-packages -U pip
python3 -m pip install --break-system-packages -r tests/requirements.txt
- name: Bootstrap Salt

View file

@ -49,7 +49,7 @@ jobs:
- name: Install Python Dependencies
run: |
python3 -m pip install -U pip
## python3 -m pip install -U pip
python3 -m pip install -r tests/requirements.txt
- name: Bootstrap Salt

View file

@ -53,7 +53,7 @@ jobs:
- name: Install Python Dependencies
run: |
python3 -m pip install -U pip
## python3 -m pip install -U pip
python3 -m pip install -r tests/requirements.txt
- name: Get Version