diff --git a/.github/workflows/test-update-contribs.yml b/.github/workflows/test-update-contribs.yml index 93d90e3..95cd149 100644 --- a/.github/workflows/test-update-contribs.yml +++ b/.github/workflows/test-update-contribs.yml @@ -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