Skip to content

Commit

Permalink
Reinserting python -m pip install -e . in tests-linux.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryBarnes committed Nov 1, 2023
1 parent 538209b commit d488ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
shell: bash -l {0}
run: |
python -m pip install -U pip
# python -m pip install -e .
python -m pip install -e .
pip install pytest pytest-cov
sudo apt install lcov
Expand Down

0 comments on commit d488ac9

Please sign in to comment.