Skip to content

Commit

Permalink
Merge pull request #32 from dixmit/fix-pip
Browse files Browse the repository at this point in the history
[FIX] fix github workflow
  • Loading branch information
etobella authored Jul 30, 2024
2 parents b25f7b9 + 33416fe commit cb4997c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: "3.10"
- name: Install requirements
run: pip install pip install https://github.com/OCA/repo-maintainer/archive/master.zip
run: pip install https://github.com/OCA/repo-maintainer/archive/master.zip
- name: Manage repositories
run:
oca-repo-manage --org $GITHUB_REPOSITORY_OWNER --token ${{secrets.GIT_PUSH_TOKEN}} --conf-dir ./conf
Expand Down

0 comments on commit cb4997c

Please sign in to comment.