From ef469eaaea9a361ce8896275f2f86ac42a7255e7 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 1 Feb 2024 10:18:01 -0700 Subject: [PATCH] pin python v to 3.11.7 for macos --- .github/workflows/pytestmac.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytestmac.yml b/.github/workflows/pytestmac.yml index 4716caa9..95c75735 100644 --- a/.github/workflows/pytestmac.yml +++ b/.github/workflows/pytestmac.yml @@ -14,10 +14,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.13 + - name: Set up Python 3.11.7 uses: actions/setup-python@v5 with: - python-version: 3.13 + python-version: 3.11.7 - name: Install Poetry run: |