From f8134c6e8f4de2c4cba125a3e011be87304a148e Mon Sep 17 00:00:00 2001 From: Liam Berrisford Date: Sat, 3 Aug 2024 11:41:55 +0100 Subject: [PATCH] add init and updae workflow --- .github/workflows/python-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 5e17f48..dcd91d6 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.x' # Specify the Python version you need + python-version: '3.12' # Use the correct Python version - name: Install dependencies run: | @@ -28,4 +28,4 @@ jobs: pip install pytest - name: Run tests - run: pytest ./tests + run: pytest ./tests # Ensure the correct path is specified