From 09ed61257aac73691e8ce611b8ba889ad7120081 Mon Sep 17 00:00:00 2001 From: Andrew Zhu Date: Fri, 27 Oct 2023 15:41:56 -0400 Subject: [PATCH] build: run llama tests on py3.10 --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 67aae1c..f10c7e7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.10' cache: 'pip' - name: Install dependencies