From 1b1a414fcffa08f1a1e5cc45c4c5b269396f6539 Mon Sep 17 00:00:00 2001 From: Alexander Cristurean Date: Tue, 5 Nov 2024 11:59:00 +0200 Subject: [PATCH] fix windows build --- .github/workflows/build-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index e7010de2..b6f87291 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -47,7 +47,7 @@ jobs: shell: bash run: | export PYTHONPATH=. - pytest -m "not skip_on_windows" . + pytest -m "not skip_on_windows and not require_localnet" . - name: Run CLI tests shell: bash run: |