File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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 : |
You can’t perform that action at this time.
0 commit comments