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 62e784a commit 804e823Copy full SHA for 804e823
.github/workflows/test.yml
@@ -19,7 +19,8 @@ jobs:
19
runs-on: ubuntu-latest
20
needs: setup-bonsai
21
steps:
22
- - run: echo ${{ needs.setup-bonsai.outputs.bonsai-env-artifact }}
+ - name: Print bonsai-env-artifact
23
+ run: echo "${{ needs.setup-bonsai.outputs.bonsai-env-artifact }}"
24
25
python-linting:
26
uses: AllenNeuralDynamics/Aind.Behavior.GitHubActions/.github/workflows/python-linting.yml@main
0 commit comments