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 804e823 commit b8dfb2cCopy full SHA for b8dfb2c
.github/workflows/test.yml
@@ -22,6 +22,13 @@ jobs:
22
- name: Print bonsai-env-artifact
23
run: echo "${{ needs.setup-bonsai.outputs.bonsai-env-artifact }}"
24
25
+ printwin:
26
+ runs-on: windows-latest
27
+ needs: setup-bonsai
28
+ steps:
29
+ - name: Print bonsai-env-artifact
30
+ run: echo "${{ needs.setup-bonsai.outputs.bonsai-env-artifact }}"
31
+
32
python-linting:
33
uses: AllenNeuralDynamics/Aind.Behavior.GitHubActions/.github/workflows/python-linting.yml@main
34
with:
0 commit comments