From a72ea955c69c4a10f433c7e6e1a123ba97af85b7 Mon Sep 17 00:00:00 2001 From: rud356 <44029251+Rud356@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:15:49 +0300 Subject: [PATCH] Update python-publish.yml --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index bb96e1e..a5f1dce 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install setuptools wheel twine flake8 pytest mypy types-PyYAML types-toml + pip install setuptools wheel twine flake8 pytest mypy types-PyYAML types-toml toml pip install -r requirements.txt - name: Lint with flake8