We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f73a4 commit f432f46Copy full SHA for f432f46
.github/actions/test-downstream/action.yml
@@ -30,6 +30,7 @@ runs:
30
python -m pip install -U pip
31
python -m pip install ${package_spec}
32
python -m pip install . --force-reinstall
33
+ cd $HOME
34
35
# Test the downstream package
36
pytest ${pytest_args}
0 commit comments