Skip to content

Commit

Permalink
Merge branch 'main' into feat/2625-html-support-link-start-index
Browse files Browse the repository at this point in the history
  • Loading branch information
christinestraub committed Apr 10, 2024
2 parents 164272c + 23edc4a commit 21f2814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
setup_ingest:
strategy:
matrix:
python-version: [ "3.9","3.10","3.11" ]
python-version: [ "3.9","3.10" ]
runs-on: ubuntu-latest
env:
NLTK_DATA: ${{ github.workspace }}/nltk_data
Expand All @@ -254,7 +254,7 @@ jobs:
test_ingest_unit:
strategy:
matrix:
python-version: [ "3.9","3.10","3.11" ]
python-version: [ "3.9","3.10" ]
runs-on: ubuntu-latest
needs: [ setup_ingest, lint ]
steps:
Expand Down

0 comments on commit 21f2814

Please sign in to comment.