1
0
Fork 0
mirror of synced 2024-05-19 11:52:24 +12:00

Update pip.yml

This commit is contained in:
Nick Sweeting 2024-01-04 19:20:03 -08:00 committed by GitHub
parent 310dede977
commit 79979d4d05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,9 @@ jobs:
version: 1.0
- uses: pdm-project/setup-pdm@v3
with:
python-version: '3.11'
cache: true
- name: Install dependencies
run: pdm install --fail-fast --no-lock --group :all --no-self