Skip to content

Commit

Permalink
Merge branch 'master' into parseinfo_pos_acuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed Oct 12, 2023
2 parents 0538b98 + 51d9f70 commit ad9095f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
python-version: [
'3.10',
'3.12',
'3.11',
]

Expand All @@ -34,7 +34,7 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade --requirement requirements-test.txt
- name: lint
if: ${{ matrix.python-version == '3.10' }}
# if: ${{ matrix.python-version == '3.12' }}
run: |
make lint
- name: pytest
Expand All @@ -44,7 +44,6 @@ jobs:
run: |
make examples
- name: documentation
if: ${{ matrix.python-version == '3.10' }}
run: |
make documentation
- name: distributions
Expand Down

0 comments on commit ad9095f

Please sign in to comment.