Skip to content

Commit e37dac8

Browse files
authored
Update python.yml
1 parent 5638633 commit e37dac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: |
3737
python -m pip install --upgrade pip
38-
conda install boost tbb tbb-devel numpy gudhi cython -c conda-forge
38+
conda install boost tbb tbb-devel numpy gudhi cython pytest -c conda-forge
3939
pip install pykeops filtration-domination
4040
- name: Build package
4141
run: |

0 commit comments

Comments
 (0)