From c3392cec659b5ae1629ea09b92a08795e627a07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20H=E1=BB=93ng=20Qu=C3=A2n?= Date: Fri, 27 Dec 2024 12:11:28 +0700 Subject: [PATCH] Fix install our package in CI --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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