Skip to content

Commit

Permalink
Hot fix for client test (#1478)
Browse files Browse the repository at this point in the history
* Random change

* Reduce ray version under 2.35

* Restart ray dep

* Test in ubuntu-24.04

* Revert "Test in ubuntu-24.04"

This reverts commit f06c7da.

* Use 0.16.0 in the test and limit ray version
  • Loading branch information
Tansito authored Aug 30, 2024
1 parent 5fa7ee9 commit 9a26caa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ray[default,data]>=2.30.0, <3
ray[default,data]>=2.30.0, <2.35.0
requests>=2.32.2, <3
importlib-metadata>=5.2.0, <9
qiskit>=1.0.2
Expand Down
2 changes: 1 addition & 1 deletion client/tests/resources/test-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
testrayhead:
container_name: testrayhead
image: icr.io/quantum-public/qiskit-serverless/ray-node:latest
image: icr.io/quantum-public/qiskit-serverless/ray-node:0.16.0
entrypoint: [
"ray", "start", "--head", "--port=6379",
"--dashboard-host=0.0.0.0", "--block"
Expand Down
2 changes: 1 addition & 1 deletion gateway/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Qiskit Serverless gateway
Qiskit Serverless gateway - test
==========================

Gateway is a set of apis that are used as a backend for providers.
Expand Down

0 comments on commit 9a26caa

Please sign in to comment.