Hotfix torch installation (#83)

* Hotfix torch installation

* Hotfix torch installation
This commit is contained in:
Henry Ruhs
2023-09-07 01:26:33 +02:00
committed by GitHub
parent bf3be6f73c
commit 7f69889c95
4 changed files with 7 additions and 15 deletions

View File

@@ -30,5 +30,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.10'
- run: pip install -r requirements-ci.txt
- run: pip install -r requirements.txt
- run: pip install pytest
- run: pytest