From cd0d613f7a9e98d2b7d7627884dca0e96a84fc72 Mon Sep 17 00:00:00 2001 From: Sachin Pisal Date: Fri, 20 Dec 2024 10:28:14 -0800 Subject: [PATCH] reverting changes from ci.yml Signed-off-by: Sachin Pisal --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 106040ea7b..4af65665c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -256,19 +256,6 @@ jobs: devdeps_image: ${{ fromJson(needs.config.outputs.json).image_hash[format('{0}-gcc11', matrix.platform)] }} devdeps_cache: ${{ fromJson(needs.config.outputs.json).cache_key[format('{0}-gcc11', matrix.platform)] }} devdeps_archive: ${{ fromJson(needs.config.outputs.json).tar_archive[format('{0}-gcc11', matrix.platform)] }} - steps: - - name: Download Cached qutip Wheel - uses: actions/download-artifact@v4 - with: - name: qutip-wheel-${{ matrix.platform }} - path: ./wheelhouse - - - name: Build Docker Image - run: | - docker build \ - --build-arg QUTIP_WHEEL=./wheelhouse/qutip*.whl \ - --build-arg DEVDEPS_IMAGE=${{ fromJson(needs.config.outputs.json).image_hash[format('{0}-gcc11', matrix.platform)] }} \ - --tag myrepo/cudaq:${{ matrix.platform }} . python_wheels: name: Create Python wheels