Skip to content

Commit

Permalink
Fix: install in editable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser authored Nov 22, 2024
1 parent 28107f7 commit 08be705
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-update-contribs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install pyosmeta
# Install dev version
python -m pip install .
update-contributors
update-reviews
update-review-teams
Expand Down

0 comments on commit 08be705

Please sign in to comment.