Skip to content

Commit

Permalink
test with 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 committed Oct 23, 2024
1 parent fc03781 commit 8789d0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mr_ci_text_spotting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
all_tests:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.9, 3.12]
os: [ubuntu-latest] #, windows-latest]
python-version: [3.9, 3.11]
fail-fast: false
env:
# point datasets to ~/.torch so it's cached by CI
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Build and install
run: |
python -m pip install --no-build-isolation 'git+https://github.com/facebookresearch/detectron2.git'
python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
python -m detectron2.utils.collect_env
python -m pip install ".[dev]"
Expand Down

0 comments on commit 8789d0c

Please sign in to comment.