Skip to content

Commit

Permalink
Try not running lithops tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Dec 4, 2024
1 parent 2156f6a commit 2a58b56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a58b56

Please sign in to comment.