Skip to content

Commit

Permalink
Don't use bazel to run tools/add_module.py in bcr fork
Browse files Browse the repository at this point in the history
BCR depends on rules_python, which can conflict with the version in
the module that is being added
  • Loading branch information
HoloRin committed Mar 21, 2024
1 parent a826d30 commit af2f8d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-rabbitmq-bcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
jq '.' ${MODULE_NAME}.json
bazel run //tools:add_module -- \
pip install -r tools/requirements_lock.txt
python3 tools/add_module.py \
--input=${MODULE_NAME}.json
git diff
Expand Down

0 comments on commit af2f8d4

Please sign in to comment.