Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jamshale committed Apr 15, 2024
1 parent 7dddf41 commit e60f7bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
else
echo "plugin $dir failed lint check"
failed_plugins+=("$dir")
fi
cd ..
done
- name: Create Pull Request
Expand Down
2 changes: 1 addition & 1 deletion repo_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def main(arg_1 = None):
print(f'Updating common poetry sections in {plugin_name}\n')
replace_global_sections(plugin_name)
os.system(
f'cd {plugin_name} && rm poetry.lock && poetry install')
f'cd {plugin_name} && rm poetry.lock && poetry install --no-root')
os.system(
f'cd {plugin_name}/integration && rm poetry.lock && poetry install')

Expand Down

0 comments on commit e60f7bd

Please sign in to comment.