Skip to content

Commit

Permalink
test on python/pytorch versions up to 3.12 and 2.4.1 (openai#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwook authored Sep 30, 2024
1 parent 27f9713 commit b66b46f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,19 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
pytorch-version: [1.13.1, 2.0.0]
exclude:
- python-version: '3.11'
include:
- python-version: '3.8'
pytorch-version: 1.13.1
- python-version: '3.8'
pytorch-version: 2.0.1
- python-version: '3.9'
pytorch-version: 2.1.2
- python-version: '3.10'
pytorch-version: 2.2.2
- python-version: '3.11'
pytorch-version: 2.3.1
- python-version: '3.12'
pytorch-version: 2.4.1
steps:
- uses: conda-incubator/setup-miniconda@v2
- run: conda install -n test ffmpeg python=${{ matrix.python-version }}
Expand Down

0 comments on commit b66b46f

Please sign in to comment.