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 20d575d commit f8c4869Copy full SHA for f8c4869
.github/workflows/non_omv.yml
@@ -42,12 +42,6 @@ jobs:
42
pip install WormNeuroAtlas
43
pip list
44
45
- - name: Test OpenWormReader with owmeta
46
- if: ${{ matrix.python-version != '3.11' }} && ${{ matrix.python-version != '3.12' }}
47
- run: |
48
- pip install owmeta>=0.12.3
49
- owm bundle remote --user add ow 'https://raw.githubusercontent.com/openworm/owmeta-bundles/master/index.json'
50
- python -m c302.OpenWormReader
51
52
- name: Test WormNeuroAtlasReader
53
run: |
0 commit comments