Skip to content

Commit

Permalink
ensurepip not found, keep in get-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
szachovy committed Jun 22, 2024
1 parent eae5815 commit bc6bd1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testsuite/roles/testing/tasks/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
command: "/bin/bash -c
'wget https://bootstrap.pypa.io/get-pip.py &&
python3 get-pip.py &&
pip install --no-cache-dir --user --requirement {{ role_path }}/files/requirements.txt'"
pip install --no-cache-dir --user requests==2.32.3 docker==7.1.0 retry==0.9.2'"
timeout: 15

- name: "copy superset functional tests source to the container"
Expand Down Expand Up @@ -44,7 +44,7 @@
command: "/bin/bash -c
'wget https://bootstrap.pypa.io/get-pip.py &&
python3 get-pip.py &&
pip install --no-cache-dir --user --requirement {{ role_path }}/files/requirements.txt'"
pip install --no-cache-dir --user requests==2.32.3 docker==7.1.0 retry==0.9.2'"
timeout: 15

- name: "copy mgmt functional tests source to the container"
Expand Down

0 comments on commit bc6bd1d

Please sign in to comment.