Skip to content

Commit

Permalink
Remove useless install in workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoujaud committed Dec 17, 2022
1 parent 14306a7 commit ed8e099
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/execute_notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest "pytest-cov<2.6" codecov
- name: Install PEPit
run: |
pip install -e .
Expand Down

0 comments on commit ed8e099

Please sign in to comment.