Skip to content

Commit ed8e099

Browse files
committed
Remove useless install in workflow files
1 parent 14306a7 commit ed8e099

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/execute_notebook.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
run: |
3939
python -m pip install --upgrade pip
4040
pip install -r requirements.txt
41-
pip install pytest "pytest-cov<2.6" codecov
4241
- name: Install PEPit
4342
run: |
4443
pip install -e .

0 commit comments

Comments
 (0)