Skip to content

Commit 33593b1

Browse files
committed
Try import-module
1 parent 4ade717 commit 33593b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
env:
5252
VIRTUAL_ENV: ~\AppData\Local\.venv
5353
run: |
54+
Import-Module ~
5455
# We run tests against "." and not the tests directory as we test the README
5556
# and documentation.
5657
${{ env.VIRTUAL_ENV}}/bin/python -m pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml

0 commit comments

Comments
 (0)