We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52eb927 commit 4672491Copy full SHA for 4672491
1 file changed
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
pip install -r requirements.txt
29
30
- name: run pipeline
31
- # env:
32
- # CAPSTONE_TEST: ${{ secrets.CAPSTONE_TEST }}
+ env:
+ CAPSTONE_TEST: ${{ secrets.CAPSTONE_TEST }}
33
run: |
34
dvc repro
0 commit comments