File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 - name : Install pymgclient
149149 run : |
150150 docker exec -i testcontainer \
151- bash -c "python${{ matrix.python_version }} -m pip install ./pymgclient/dist/pymgclient-* ${{ env.BREAK_PACKAGES }}"
151+ bash -c "python${{ matrix.python_version }} -m pip install ./pymgclient/dist/pymgclient-*.whl ${{ env.BREAK_PACKAGES }}"
152152
153153 - name : Import mgclient to validate installation
154154 run : |
Original file line number Diff line number Diff line change @@ -168,6 +168,9 @@ install_deb() {
168168install_rpm() {
169169 echo "Installing RPM dependencies..."
170170 "${SUDO[@]} " dnf install - y ${RPM_DEPS[*]}
171+
172+ # install ensurepip because pip isn't always provided for the version of python
173+ "$python_binary " -m ensurepip
171174}
172175
173176case "$distro " in
You can’t perform that action at this time.
0 commit comments