We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408a2d7 commit cbe002fCopy full SHA for cbe002f
.github/workflows/build_dev.yaml
@@ -134,6 +134,7 @@ jobs:
134
fi
135
136
- name: Fetch CUDA-Q
137
+ if: ${{ inputs.force_rebuild || steps.check-image.outputs.IMAGE_EXISTS == 'false' }}
138
uses: actions/checkout@v4
139
with:
140
repository: ${{ steps.get-cudaq-version.outputs.repo }}
@@ -142,6 +143,7 @@ jobs:
142
143
set-safe-directory: true
144
145
- name: Build CUDA-Q wheels
146
147
id: wheel_build
148
uses: docker/build-push-action@v5
149
0 commit comments