From aadfcf84aab5f37cce969950061d6c5237678e43 Mon Sep 17 00:00:00 2001 From: Richard Preen Date: Fri, 16 Aug 2024 14:30:46 +0100 Subject: [PATCH] update CI for Python3.12 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2b62dc3..7b32719 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: if: ${{ matrix.os == 'windows-latest' }} run: | python -m venv venv-acro - venv-acro\env\Scripts\activate.bat + venv-acro\Scripts\activate.bat - name: Install acro and pytest run: python -m pip install . pytest