Skip to content

Commit b7c89c9

Browse files
committed
More tweaks
1 parent e9af982 commit b7c89c9

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/ci_docker_tests.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,15 @@ jobs:
6565
fetch-depth: 1
6666
submodules: recursive
6767

68+
- name: Set up Docker Buildx
69+
uses: docker/setup-buildx-action@v3
70+
with:
71+
driver: docker
72+
6873
- name: Build Docker images
6974
run: |
70-
docker version
71-
docker buildx version
72-
# First, build the base image that the other images depend on.
7375
docker compose build qsim-base-image
74-
# Now build the other images.
75-
docker compose build
76+
docker compose build qsim-cxx-tests-image qsim-py-tests-image
7677
7778
- name: Run C++ tests
7879
run: docker run --rm qsim-cxx-tests:latest
@@ -81,7 +82,7 @@ jobs:
8182
run: docker run --rm qsim-py-tests:latest
8283

8384
- name: Run a sample simulation
84-
run: docker run --rm qsim-base-image:latest -c /qsim/circuits/circuit_q24
85+
run: docker run --rm qsim-base:latest -c /qsim/circuits/circuit_q24
8586

8687
- name: Test installation process
8788
run: |

0 commit comments

Comments
 (0)