We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04779e0 commit 508f25cCopy full SHA for 508f25c
.github/workflows/integration.yml
@@ -48,4 +48,4 @@ jobs:
48
- name: Setup Archery
49
run: pip install -e dev/archery[docker]
50
- name: Execute Docker Build
51
- run: archery docker run conda-integration
+ run: archery docker run -e ARCHERY_INTEGRATION_WITH_RUST=1 conda-integration
0 commit comments