Skip to content

Commit

Permalink
more pytorch versions in tests (openai#2408)
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwook authored Oct 26, 2024
1 parent 25639fc commit cdb8147
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
strategy:
matrix:
include:
- python-version: '3.8'
pytorch-version: 1.10.1
numpy-requirement: "'numpy<2'"
- python-version: '3.8'
pytorch-version: 1.13.1
numpy-requirement: "'numpy<2'"
Expand All @@ -60,6 +63,9 @@ jobs:
- python-version: '3.12'
pytorch-version: 2.4.1
numpy-requirement: "'numpy'"
- python-version: '3.12'
pytorch-version: 2.5.0
numpy-requirement: "'numpy'"
steps:
- uses: conda-incubator/setup-miniconda@v2
- run: conda install -n test ffmpeg python=${{ matrix.python-version }}
Expand Down

0 comments on commit cdb8147

Please sign in to comment.