We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41418f commit 3ce8f0cCopy full SHA for 3ce8f0c
1 file changed
.github/workflows/pyprod-build-test.yml
@@ -60,8 +60,8 @@ jobs:
60
61
#test
62
pip install -U pip pytest
63
- pip install "$GITHUB_WORKSPACE/dist/intersystems_pyprod-1.0.0-py3-none-any.whl"
64
- pip install "$GITHUB_WORKSPACE/dist/intersystems_pyprod-1.0.0-py3-none-any.whl" --target "/usr/irissys/mgr/python"
+ pip install "$GITHUB_WORKSPACE/dist/intersystems_pyprod-1.0.1-py3-none-any.whl"
+ pip install "$GITHUB_WORKSPACE/dist/intersystems_pyprod-1.0.1-py3-none-any.whl" --target "/usr/irissys/mgr/python"
65
intersystems_pyprod "$GITHUB_WORKSPACE/tests/helpers/AllPyComponents/AllPyComponents.py"
66
intersystems_pyprod "$GITHUB_WORKSPACE/tests/helpers/OsPyMixed/TCPAdaptersFromOs/TCPAdaptersFromOs.py"
67
pytest -vv --maxfail=5 --tb=long tests | tee artifacts/tests.log
0 commit comments