Force python 3.11 for macos

3.12 does not work.
This commit is contained in:
Andrew Eisenberg
2023-11-01 15:50:28 -07:00
parent da4c46015a
commit bd4005aa6a
41 changed files with 210 additions and 0 deletions

View File

@@ -69,6 +69,12 @@ jobs:
timeout-minutes: 45
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
with:
python-version: '3.11'
- uses: actions/checkout@v4
- name: npm test
run: |