Skip to content

Commit

Permalink
update workflow github
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Mamalet committed Oct 14, 2024
1 parent a2729a5 commit 9696ab4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.9, 3.10, 3.11]
python-version: [3.9, "3.10", 3.11]

steps:
- uses: actions/checkout@v1
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ jobs:
strategy:
max-parallel: 4
matrix:
- python-version: 3.9
pt-version: 1.10.2
- python-version: "3.10"
pt-version: 2.1.2
- python-version: "3.11"
pt-version: 2.4.1
include:
- python-version: 3.9
pt-version: 1.10.2
- python-version: "3.10"
pt-version: 2.1.2
- python-version: "3.11"
pt-version: 2.4.1

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ __pycache__
build/
dist/

.github/

# Test files
logs/*
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ deps =
pt1.13.1: torch==1.13.1+cu117
pt1.13.1: numpy<2.0
pt2.1.2: torch==2.1.2+cu121
pt2.1.2: numpy<2.0
pt2.4.1: torch==2.4.1
pt2.4.1: numpy<2.0
install_command = pip install --find-links https://download.pytorch.org/whl/torch_stable.html {opts} {packages}
commands =
pytest tests
Expand Down

0 comments on commit 9696ab4

Please sign in to comment.