We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1786db8 commit 21ef932Copy full SHA for 21ef932
1 file changed
.github/workflows/ci_docker_tests.yaml
@@ -75,13 +75,13 @@ jobs:
75
docker compose build
76
77
- name: Run C++ tests
78
- run: docker run --rm qsim-cxx-tests
+ run: docker run --rm qsim-cxx-tests:latest
79
80
- name: Run Python tests
81
- run: docker run --rm qsim-py-tests
+ run: docker run --rm qsim-py-tests:latest
82
83
- name: Run a sample simulation
84
- run: docker run --rm qsim:latest -c /qsim/circuits/circuit_q24
+ run: docker run --rm qsim-base-image:latest -c /qsim/circuits/circuit_q24
85
86
- name: Test installation process
87
run: |
0 commit comments