From 061c5ab15ffa49f3e3f809b9fa02e45085f49dba Mon Sep 17 00:00:00 2001 From: GilesStrong Date: Tue, 28 Jan 2025 14:25:24 +0900 Subject: [PATCH] Chore: bump python version in tests --- .github/workflows/tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 28c0848c..5ca70ef1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,15 +9,14 @@ on: jobs: PyTest: runs-on: ubuntu-latest - # container: pytorch/pytorch:1.8.1-cuda11.1-cudnn8-runtime steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: "3.8" + python-version: "3.10" - name: Install Dependencies run: | curl -sSL https://install.python-poetry.org | python3 - poetry install - name: pytest - run: poetry run pytest tests \ No newline at end of file + run: poetry run pytest tests