Skip to content

Commit

Permalink
change pip version in ci image build arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
romsharon98 committed Oct 27, 2024
1 parent b2086a3 commit 9885e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/breeze/doc/ci/02_images.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ can be used for CI images:
| `DEV_APT_DEPS` | | Dev APT dependencies installed in the first part of the image (default empty means default dependencies are used) |
| `ADDITIONAL_DEV_APT_DEPS` | | Additional apt dev dependencies installed in the first part of the image |
| `ADDITIONAL_DEV_APT_ENV` | | Additional env variables defined when installing dev deps |
| `AIRFLOW_PIP_VERSION` | `24.2` | PIP version used. |
| `AIRFLOW_PIP_VERSION` | `24.3` | PIP version used. |
| `AIRFLOW_UV_VERSION` | `0.4.27` | UV version used. |
| `AIRFLOW_USE_UV` | `true` | Whether to use UV for installation. |
| `PIP_PROGRESS_BAR` | `on` | Progress bar for PIP installation |
Expand Down

0 comments on commit 9885e7f

Please sign in to comment.