From d5b21f28692b199c027aeec4a28e52a64c6da6c6 Mon Sep 17 00:00:00 2001 From: David Zwicker Date: Wed, 2 Aug 2023 17:39:10 +0200 Subject: [PATCH] Revert to old method to resolve issues with Windows --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e16f13f..a784f73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: MPLBACKEND: agg run: | cd scripts - python run_tests.py --unit + ./tests_run.sh - name: Test types with mypy continue-on-error: true