Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bugra-yilmaz committed Sep 30, 2024
1 parent 2126b0a commit 133c6a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
unittests:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.10]
torch-version: [2.0.1, 2.1.1, 2.2.1, 2.3.1, 2.4.1]
os: ["ubuntu-latest"]
python-version: ["3.10"]
torch-version: ["2.0.1", "2.1.1", "2.2.1", "2.3.1", "2.4.1"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 133c6a7

Please sign in to comment.