From 8789d0cdbe80425017f338389b66e77a776082ec Mon Sep 17 00:00:00 2001 From: Rosie Wood Date: Wed, 23 Oct 2024 09:21:24 +0100 Subject: [PATCH] test with 3.11 --- .github/workflows/mr_ci_text_spotting.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mr_ci_text_spotting.yml b/.github/workflows/mr_ci_text_spotting.yml index ccde8b16..fbfd8d1c 100644 --- a/.github/workflows/mr_ci_text_spotting.yml +++ b/.github/workflows/mr_ci_text_spotting.yml @@ -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 @@ -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]"