Skip to content

Commit

Permalink
Remove redundant installs.
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed Jun 21, 2023
1 parent 9105d84 commit 331698a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
run: |
sudo apt-get update
python -m pip install --upgrade pip
pip install -e .
pip install -e .[dev]
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run unit tests with pytest
Expand Down

0 comments on commit 331698a

Please sign in to comment.