Skip to content

Commit 88f3b93

Browse files
committed
Check by removing torch
1 parent 88ed24e commit 88f3b93

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build-mkl.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
conda install -y pyfftw
3636
pip install -r requirements-intel-mkl.txt
3737
pip install -r requirements-dev.txt
38-
pip install -r requirements-torch.txt
3938
- name: Install pylops
4039
run: |
4140
python -m setuptools_scm

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,3 @@ coverage_uv:
148148
$(UV) run coverage xml &&\
149149
$(UV) run coverage html &&\
150150
$(UV) run python -m http.server --directory htmlcov/
151-

0 commit comments

Comments
 (0)