Skip to content

Commit 3ce8f0c

Browse files
committed
Update version number in workflow file
1 parent a41418f commit 3ce8f0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pyprod-build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
6161
#test
6262
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"
63+
pip install "$GITHUB_WORKSPACE/dist/intersystems_pyprod-1.0.1-py3-none-any.whl"
64+
pip install "$GITHUB_WORKSPACE/dist/intersystems_pyprod-1.0.1-py3-none-any.whl" --target "/usr/irissys/mgr/python"
6565
intersystems_pyprod "$GITHUB_WORKSPACE/tests/helpers/AllPyComponents/AllPyComponents.py"
6666
intersystems_pyprod "$GITHUB_WORKSPACE/tests/helpers/OsPyMixed/TCPAdaptersFromOs/TCPAdaptersFromOs.py"
6767
pytest -vv --maxfail=5 --tb=long tests | tee artifacts/tests.log

0 commit comments

Comments
 (0)