Skip to content

Commit

Permalink
reverting changes from ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Pisal <spisal@nvidia.com>
  • Loading branch information
sacpis committed Dec 20, 2024
1 parent 8046fe9 commit cd0d613
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd0d613

Please sign in to comment.