We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d9ea4 commit c46833fCopy full SHA for c46833f
1 file changed
.github/workflows/ci_docker_tests.yaml
@@ -76,7 +76,7 @@ jobs:
76
# On GitHub, buildx tries to build all 3 images in parallel even if
77
# you set COMPOSE_PARALLEL_LIMIT or use --parallel 1. That fails b/c
78
# the qsim-base image is not available to the other two build jobs.
79
- docker compose --parallel 1 build
+ docker compose build qsim-base-image
80
docker compose build qsim-cxx-tests-image qsim-py-tests-image
81
82
- name: Run C++ tests
0 commit comments