Skip to content

Commit

Permalink
chore: enable using torch 2 (#50)
Browse files Browse the repository at this point in the history
* chore: open dependency to torch 2

* test: fix broken test

* ci: add additional test against torch 1

* fix: lock file
  • Loading branch information
tilman151 authored Jan 12, 2024
1 parent bd788f8 commit 36ec9df
Show file tree
Hide file tree
Showing 4 changed files with 2,573 additions and 1,990 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,14 @@ jobs:
with:
poetry-version: "1.2.2"
- run: poetry run pytest -m "not needs_data" tests

legacy-unit-test:
runs-on: ubuntu-latest
needs: [unit-test]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-poetry
with:
poetry-version: "1.2.2"
- run: poetry run pip install "pytorch-lightning<2.0.0"
- run: poetry run pytest -m "not needs_data" tests
Loading

0 comments on commit 36ec9df

Please sign in to comment.