Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanDeveloper committed Mar 22, 2024
1 parent 8a0a922 commit e5daa73
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["pypy-3.11",
"pypy-3.10",
python-version: ["pypy-3.10",
"3.11",
"3.10"
]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
fail-fast: false
matrix:
os: ["macos-12"]
python-version: ["pypy-3.11",
"pypy-3.10",
python-version: ["pypy-3.10",
"3.11",
"3.10"
]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest"]
python-version: ["pypy-3.11",
"pypy-3.10",
python-version: ["pypy-3.10",
"3.11",
"3.10"
]
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ click
torch
setuptools
redis
mpi4py
pytest

0 comments on commit e5daa73

Please sign in to comment.