Skip to content

Commit

Permalink
do all os variants
Browse files Browse the repository at this point in the history
  • Loading branch information
nazq committed May 21, 2024
1 parent ebf7bff commit d2473b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
ls -l dist
for pkg in dist/*; do
rye run uv venv .integ
VIRTUAL_ENV=.integ uv pip install $pkg pytest pytest-random-order --force-reinstall
VIRTUAL_ENV=.integ rye run uv pip install $pkg pytest pytest-random-order --force-reinstall
.integ/bin/pytest -v py_integ
done
env:
Expand Down

0 comments on commit d2473b1

Please sign in to comment.