From 7f95b1ed7b3f3230c2ec7e276f7a4c61eff45002 Mon Sep 17 00:00:00 2001 From: yuvaneshkm Date: Mon, 17 Jun 2024 02:28:33 +0530 Subject: [PATCH] 'final_update' --- .github/workflows/ci.yaml | 2 +- .github/workflows/python-publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3f981dc..b45fbe3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 pytest black mypy + pip install flake8 pytest black pip install tox==3.24.4 pip install -r requirements.txt diff --git a/.github/workflows/python-publish.yaml b/.github/workflows/python-publish.yaml index 7b988b7..906dfe5 100644 --- a/.github/workflows/python-publish.yaml +++ b/.github/workflows/python-publish.yaml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 pytest black mypy + pip install flake8 pytest black pip install tox==3.24.4 pip install -r requirements.txt pip install build