Skip to content

Commit

Permalink
[runtests] added versions as strings
Browse files Browse the repository at this point in the history
  • Loading branch information
maurapintor committed May 2, 2023
1 parent 5b2bf34 commit a3a8a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_test_main.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: ['3.7', '3.8', '3.9', '3.10']
os: [ubuntu-latest, macos-latest]
extras: [noextras, pytorch, foolbox]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_test_on_demand.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: ['3.7', '3.8', '3.9', '3.10']
os: [ubuntu-latest, macos-latest]
extras: [noextras, pytorch, foolbox]

Expand Down

0 comments on commit a3a8a20

Please sign in to comment.