Skip to content

Commit 7da18c3

Browse files
authored
Update non_omv.yml
1 parent dee0906 commit 7da18c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/non_omv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
pip list
4444
4545
- name: Test OpenWormReader with owmeta
46-
if: ${{ matrix.python-version != '3.11' }}
46+
if: ${{ matrix.python-version != '3.11' } && { matrix.python-version != '3.12' }}
4747
run: |
4848
pip install owmeta>=0.12.3
4949
owm bundle remote --user add ow 'https://raw.githubusercontent.com/openworm/owmeta-bundles/master/index.json'

0 commit comments

Comments
 (0)