Update ci-python.yml

This commit is contained in:
2023-04-30 11:48:00 +01:00
committed by GitHub
parent 28d398aa6a
commit 27da8e0105

View File

@ -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