Update ci-python.yml
This commit is contained in:
parent
28d398aa6a
commit
27da8e0105
3
.github/workflows/ci-python.yml
vendored
3
.github/workflows/ci-python.yml
vendored
@ -17,6 +17,9 @@ jobs:
|
|||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
|
- name: Update Pip
|
||||||
|
run: |
|
||||||
|
pip install -U pip
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user