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 47074fa commit 210a74dCopy full SHA for 210a74d
.github/workflows/build-docker-image.yml
@@ -26,6 +26,8 @@ jobs:
26
needs: [build-python-wheel]
27
28
steps:
29
+ - uses: actions/checkout@v6
30
+
31
- name: Retrieve artifact from Python build
32
uses: actions/download-artifact@v6
33
with:
0 commit comments