Skip to content

Commit

Permalink
Update CI to use iqm-client v15.0 (not v15.1) (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhowe23 authored Dec 19, 2023
1 parent a864c12 commit f6f06cd
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
python3 -m pip install iqm-client==15.0
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 --user -vvv
pip install iqm_client==15.0 --user -vvv
pip install . --user -vvv
python3 -m pytest -v python/tests/ \
--ignore python/tests/backends
Expand Down

0 comments on commit f6f06cd

Please sign in to comment.