Skip to content

Commit

Permalink
ci: add additional test against torch 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tilman151 committed Jan 12, 2024
1 parent 82c1455 commit af079dd
Showing 1 changed file with 11 additions and 0 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

0 comments on commit af079dd

Please sign in to comment.