mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Testing
This commit is contained in:
parent
e1e8f208a0
commit
0c255cfb80
3 changed files with 3 additions and 3 deletions
2
.github/workflows/test-linux.yml
vendored
2
.github/workflows/test-linux.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/test-macos.yml
vendored
2
.github/workflows/test-macos.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue