Updated Python dependencies

This commit is contained in:
David Murphy 2024-11-08 10:02:26 -07:00
parent a902af3c53
commit 5d0e68b3ee
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8
3 changed files with 9 additions and 6 deletions

View file

@ -45,9 +45,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Pytest
- name: Install Python Dependencies
run: |
pip install -U pytest
python3 -m pip install -U pip
python3 -m pip install -r tests/requirements.txt
- name: Bootstrap Salt
run: |

View file

@ -47,9 +47,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Pytest
- name: Install Python Dependencies
run: |
pip install -U pytest
python3 -m pip install -U pip
python3 -m pip install -r tests/requirements.txt
- name: Bootstrap Salt
run: |

View file

@ -51,9 +51,10 @@ jobs:
with:
python-version: "3.10"
- name: Install Pytest
- name: Install Python Dependencies
run: |
pip install -r tests\requirements.txt
python3 -m pip install -U pip
python3 -m pip install -r tests/requirements.txt
- name: Get Version
run: |