Skip to content

Commit c46833f

Browse files
committed
Fix command
1 parent 18d9ea4 commit c46833f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_docker_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# On GitHub, buildx tries to build all 3 images in parallel even if
7777
# you set COMPOSE_PARALLEL_LIMIT or use --parallel 1. That fails b/c
7878
# the qsim-base image is not available to the other two build jobs.
79-
docker compose --parallel 1 build
79+
docker compose build qsim-base-image
8080
docker compose build qsim-cxx-tests-image qsim-py-tests-image
8181
8282
- name: Run C++ tests

0 commit comments

Comments
 (0)