Skip to content

Commit bb4678c

Browse files
Follow-up to PR #3298: Update the version of iqm-client in Python test environment (#3619)
Signed-off-by: Pradnya Khalate <[email protected]>
1 parent 301e58c commit bb4678c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_in_devenv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
python3 -m venv --system-site-packages "$VENV_DIR"
242242
. "$VENV_DIR/bin/activate"
243243
244-
pip install iqm-client==16.1
244+
pip install iqm-client==28.0.0
245245
pip install . -vvv
246246
pyinstall_status=$?
247247
if [ ! $pyinstall_status -eq 0 ]; then

0 commit comments

Comments
 (0)