Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Apr 12, 2024
1 parent 1c83003 commit 4b4eccf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
run: |
cd ..
python repo_manager.py
read 3
echo 3 | command
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
commit-message: Upgrade on aca-py release
committer: Peter Evans <peter-evans@users.noreply.github.com>
committer: Jamie Hale <jamiehalebc@users.noreply.github.com>
branch: test-upgrade
6 changes: 3 additions & 3 deletions repo_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ def main():
What would you like to do?
(1) Create a new plugin
(2) Update all plugin common poetry sections
(3) Exit \n\nInput: """
(3) Upgrade plugin_global dependencies
(4) Exit \n\nInput: """
selection = input(options)

# Create a new plugin
Expand Down Expand Up @@ -321,8 +322,7 @@ def main():
elif selection == "3":
msg = """Upgrade plugin_global dependencies \n"""
print(msg)
os.system('cd plugin_globals')
os.system('poetry install')
os.system('cd plugin_globals && poetry install')



Expand Down

0 comments on commit 4b4eccf

Please sign in to comment.