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
|
||||
with:
|
||||
python-version: "3.11"
|
||||
- name: Update Pip
|
||||
run: |
|
||||
pip install -U pip
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user