From f8dc54e2e7578e9a1d2225d5abb9f808d4ef0037 Mon Sep 17 00:00:00 2001 From: Arkadii Yakovets Date: Mon, 3 Apr 2023 09:58:47 -0700 Subject: [PATCH] Add polib as a deploy process dependency. --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9c9f16a16..2a97cfacf 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -75,7 +75,7 @@ jobs: python-version: '3.11' - name: Install Dependencies run: | - python -m pip install --upgrade build pip + python -m pip install --upgrade build pip polib pip install --upgrade . - name: Build Distribution run: |