Skip to content

Commit

Permalink
chore(ci): Fix incorrect version set for poetry install.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Jan 8, 2025
1 parent de23ccd commit b014808
Showing 1 changed file with 1 addition and 1 deletion.
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=1.8.4
pip install poetry==1.8.4
make integration_test_nimbus_fenix PYTEST_ARGS="$PYTEST_ARGS"
- android/save-gradle-cache:
cache-prefix: v1a
Expand Down

0 comments on commit b014808

Please sign in to comment.