We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee0906 commit 7da18c3Copy full SHA for 7da18c3
.github/workflows/non_omv.yml
@@ -43,7 +43,7 @@ jobs:
43
pip list
44
45
- name: Test OpenWormReader with owmeta
46
- if: ${{ matrix.python-version != '3.11' }}
+ 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'
0 commit comments