From e92f53cfd9e0a1dc0b36b1a0f0665be31b9c4d04 Mon Sep 17 00:00:00 2001 From: makaveli <39617050+makaveli10@users.noreply.github.com> Date: Thu, 22 Feb 2024 11:15:34 +0530 Subject: [PATCH] Update ci.yml install wheel --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a4c5ed..cefd901 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,6 +157,7 @@ jobs: run: | pip install -r requirements/server.txt pip install -r requirements/client.txt + pip install wheel - name: Build package run: python setup.py sdist bdist_wheel