Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 21, 2023
1 parent 03ba748 commit 70c0c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
if (-not $?) { exit 1 }
python setup.py install --root=_root_setup
if (-not $?) { exit 1 }
python -m pip install .
python -m pip install . --config-settings=setup-args="--vsenv"
if (-not $?) { exit 1 }
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 70c0c7f

Please sign in to comment.