Skip to content

Commit b20f389

Browse files
[CI] Restore running Python backend tests which rely on mock QPU (#3541)
Signed-off-by: Pradnya Khalate <[email protected]>
1 parent 11dd02d commit b20f389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_in_devenv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ jobs:
238238
apt-get update -y && apt-get install -y python3-venv
239239
240240
VENV_DIR="$HOME/.venvs/cudaq"
241-
python3 -m venv "$VENV_DIR"
241+
python3 -m venv --system-site-packages "$VENV_DIR"
242242
. "$VENV_DIR/bin/activate"
243243
244-
pip install iqm-client -vvv
244+
pip install iqm-client==16.1
245245
pip install . -vvv
246246
pyinstall_status=$?
247247
if [ ! $pyinstall_status -eq 0 ]; then

0 commit comments

Comments
 (0)