diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eb3588..312b280 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,8 +86,7 @@ jobs: run: | apk add py3-pip pip3 install -U --break-system-packages pip pytest-mypy - pip3 uninstall defity - pip3 install --break-system-packages defity --no-index --find-links /io/dist/ + pip3 install --break-system-packages defity --no-index --find-links /io/dist/ --force-reinstall rm -rf defity/ python3 -m pytest - name: Upload wheels @@ -127,8 +126,7 @@ jobs: install: | apk add py3-pip pip3 install -U --break-system-packages pip pytest-mypy - pip3 uninstall defity - pip3 install --break-system-packages defity --no-index --find-links /io/dist/ + pip3 install --break-system-packages defity --no-index --find-links /io/dist/ --force-reinstall run: | rf -rf defity/ python3 -m pytest