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 4f18bc2 commit 6149eb7Copy full SHA for 6149eb7
.github/workflows/docker-image.yml
@@ -53,3 +53,7 @@ jobs:
53
- name: Print info on docker images
54
run: |
55
docker images
56
+
57
+ - name: Test a number of repos from OSB
58
+ run: |
59
+ docker run -t neuralensemble/osb /bin/bash -c "git clone https://github.com/OpenSourceBrain/PyNNShowcase.git && cd PyNNShowcase && omv find && omv all -V"
0 commit comments