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.
iqm-client
1 parent 301e58c commit bb4678cCopy full SHA for bb4678c
.github/workflows/test_in_devenv.yml
@@ -241,7 +241,7 @@ jobs:
241
python3 -m venv --system-site-packages "$VENV_DIR"
242
. "$VENV_DIR/bin/activate"
243
244
- pip install iqm-client==16.1
+ pip install iqm-client==28.0.0
245
pip install . -vvv
246
pyinstall_status=$?
247
if [ ! $pyinstall_status -eq 0 ]; then
0 commit comments