From 6301a7b1320a70119e49b9bc4ee4b690096b8d2c Mon Sep 17 00:00:00 2001 From: Damian Birchler Date: Mon, 29 Jan 2024 19:33:39 +0100 Subject: [PATCH] On Linux, we used one-off managed runners, so just use `python` instead of `venv`. --- .github/workflows/static-checks-and-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-checks-and-unit-tests.yml b/.github/workflows/static-checks-and-unit-tests.yml index 8c98261..312d8cf 100644 --- a/.github/workflows/static-checks-and-unit-tests.yml +++ b/.github/workflows/static-checks-and-unit-tests.yml @@ -39,7 +39,7 @@ jobs: - name: Test with pytest run: python dev-tools/dev_tools.py --unit "not manual and not windows and not tool" --keep-results - name: Build documentation - run: venv/Scripts/python dev-tools/dev_tools.py --doc + run: python dev-tools/dev_tools.py --doc - name: Upload test results and coverage reports uses: actions/upload-artifact@v2 with: