Skip to content

Commit

Permalink
Revert "Update CI to use iqm-client v15.0 (not v15.1) (#1048)" (#1050)
Browse files Browse the repository at this point in the history
This reverts commit f6f06cd.
  • Loading branch information
bmhowe23 authored Jan 8, 2024
1 parent 93e06d7 commit 59d9d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_in_devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
shell: bash
run: |
cd $CUDAQ_REPO_ROOT
python3 -m pip install iqm-client==15.0
python3 -m pip install iqm-client
ctest --output-on-failure --test-dir build -E ctest-nvqpp
ctest_status=$?
/opt/llvm/bin/llvm-lit -v --param nvqpp_site_config=build/test/lit.site.cfg.py build/test
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
shell: bash
run: |
cd $CUDAQ_REPO_ROOT
pip install iqm_client==15.0 --user -vvv
pip install iqm_client --user -vvv
pip install . --user -vvv
python3 -m pytest -v python/tests/ \
--ignore python/tests/backends
Expand Down

0 comments on commit 59d9d20

Please sign in to comment.