1
0
Fork 0
mirror of synced 2024-05-11 16:03:33 +12:00

fix python version in build tests

This commit is contained in:
Nick Sweeting 2024-01-04 19:26:54 -08:00 committed by GitHub
parent fc2bd4a2d5
commit 2ef3655d21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,9 @@ jobs:
- name: Setup PDM
uses: pdm-project/setup-pdm@v3
with:
python-version: '3.11'
cache: true
### Install Python & JS Dependencies
- name: Get pip cache dir