Update ci-python.yml

This commit is contained in:
Luke Tainton 2023-04-30 11:48:00 +01:00 committed by GitHub
parent 28d398aa6a
commit 27da8e0105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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