Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Nov 5, 2023
1 parent 675766a commit 37ea3c9
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 @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10']
fail-fast: false

steps:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Install super-gradients
run: >
pip install super-gradients==3.1.2
pip install super-gradients==3.2.2
- name: Unittest for SAHI+YOLOV5/MMDET/Detectron2 on all platforms
run: |
Expand Down

0 comments on commit 37ea3c9

Please sign in to comment.