Skip to content

Commit

Permalink
Don't test owmeta on py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jun 26, 2024
1 parent 917f3cc commit 8684c05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/non_omv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
pip list
- name: Test OpenWormReader with owmeta
if: ${{ matrix.python-version != '3.11' }}
run: |
pip install owmeta>=0.12.3
owm bundle remote --user add ow 'https://raw.githubusercontent.com/openworm/owmeta-bundles/master/index.json'
Expand Down

0 comments on commit 8684c05

Please sign in to comment.