Skip to content

Commit

Permalink
[bugmon] Update poetry version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Nov 6, 2023
1 parent 454ba2e commit cce75d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/bugmon/launch-bugmon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export PATH=$PATH:/home/worker/.local/bin
export ARTIFACT_DEST="/bugmon-artifacts"
export TC_ARTIFACT_ROOT="project/fuzzing/bugmon"

retry-curl https://install.python-poetry.org | python3 - --version 1.2.2
retry-curl https://install.python-poetry.org | python3 - --version 1.7.0
git-clone https://github.com/MozillaSecurity/bugmon-tc.git ./bugmon-tc
cd bugmon-tc
poetry install
Expand Down

0 comments on commit cce75d5

Please sign in to comment.