From 2a58b56747debde7b1fe11ee251676d18a8f5df5 Mon Sep 17 00:00:00 2001 From: Tom White Date: Wed, 4 Dec 2024 17:49:04 +0000 Subject: [PATCH] Try not running lithops tests on windows --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 212e084b..b61dfa49 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,6 +53,7 @@ jobs: COVERAGE_CORE: sysmon run: | if [ "$RUNNER_OS" == "Windows" ]; then + python -m pip uninstall -y lithops pytest -v else pytest -v --cov=cubed --cov-report=term-missing --cov-fail-under=90