pin python v to 3.11.7 for macos

pull/378/head
evelynmitchell 1 year ago
parent a02e07c5af
commit ef469eaaea

@ -14,10 +14,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python 3.13 - name: Set up Python 3.11.7
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: 3.13 python-version: 3.11.7
- name: Install Poetry - name: Install Poetry
run: | run: |

Loading…
Cancel
Save