We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f783569 commit 315e57dCopy full SHA for 315e57d
.github/workflows/build.yaml
@@ -48,11 +48,12 @@ jobs:
48
python -m pip install --upgrade pip setuptools wheel
49
python -m pip install torch==${{ matrix.torch-version }} --extra-index-url https://download.pytorch.org/whl/cpu
50
pip install '.[dev]'
51
-
+
52
- name: Run pytest tests
53
timeout-minutes: 10
54
run: |
55
- make test
+ pip install pytest
56
+ python -m pytest
57
58
- name: Build package
59
0 commit comments