Skip to content

Commit

Permalink
add pip install -e
Browse files Browse the repository at this point in the history
  • Loading branch information
venvis authored May 1, 2024
1 parent a7455ee commit 78b7140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install cellar-extractor
pip install -e cellar/cellar_extractor
# pip install echr-extractor
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
Expand Down

0 comments on commit 78b7140

Please sign in to comment.