From 42c688225ab7dcf9bea84e84ec5850f54f7c1b9a Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Sat, 20 Apr 2024 16:21:23 -0700 Subject: [PATCH] gha: m1 pytohn please --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 67a93f9..5f2c6e6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -36,6 +36,9 @@ jobs: steps: - uses: actions/checkout@v3 - run: ./scripts/vendor.sh + - uses: actions/setup-python@v5 + with: + python-version: "3.12" - run: make loadable - run: python3 -m pip install pytest numpy; make test-loadable - uses: actions/upload-artifact@v3