Browse Source

fix python version in build tests

Nick Sweeting 1 year ago
parent
commit
2ef3655d21
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/test.yml

+ 3 - 0
.github/workflows/test.yml

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