From b0e1c5a2487e360a18376ab484f7b5ebc9262e74 Mon Sep 17 00:00:00 2001 From: Omar Date: Tue, 19 Sep 2023 17:03:49 +0300 Subject: [PATCH] Install stubgen --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a04dbf3e..daa8a0d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -468,7 +468,9 @@ jobs: secret_name: ${{ secrets.PYPI_SECRET_NAME }} parse_json: true - name: Install Dependencies - run: python3 -m pip install black build twine + run: | + python3 -m pip install black build twine + sudo apt-get install mypy - uses: actions/download-artifact@v3 with: path: artifacts