Skip to content

Commit

Permalink
chore(project): Pin poetry versions to 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Jan 7, 2025
1 parent aa11b49 commit be06ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
name: Download test files and run
command: |
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/mozilla/application-services/main/install-nimbus-cli.sh | bash
pip install poetry
pip install poetry=1.8.4
make integration_test_nimbus_fenix PYTEST_ARGS="$PYTEST_ARGS"
- android/save-gradle-cache:
cache-prefix: v1a
Expand Down
2 changes: 1 addition & 1 deletion experimenter/tests/integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ RUN apt-get update -qqy && \
python3-venv \
python3-pip

RUN pip install poetry
RUN pip install poetry==1.8.4

WORKDIR /code

0 comments on commit be06ac1

Please sign in to comment.