From 69a628dfd92b6433f5a05020c0973112c4c59b1f Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Tue, 30 Apr 2024 09:10:20 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c10a11..5c87dce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,6 +130,8 @@ jobs: run: | apk add py3-pip pip3 install -U pip pytest + python3 -m venv venv + . venv/bin/activate pip3 install uuid_utils --no-index --find-links /io/dist/ --force-reinstall python3 -m pytest -v - name: Upload wheels