Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Nov 5, 2024
1 parent c2adbf2 commit 1b1a414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1b1a414

Please sign in to comment.