Skip to content

Commit

Permalink
GHA install repo without -e flag
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Feb 2, 2025
1 parent f619591 commit 1551dfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ jobs:
- name: Install this repo
run: |
# TODO: remove -e?
python -m pip install -e .
python -m pip install .
- name: Log Python dependencies
run: |
Expand Down

0 comments on commit 1551dfa

Please sign in to comment.