From df0312634a5191a615c65c7fc8d7a567924ad42d Mon Sep 17 00:00:00 2001 From: Rinchin <57899558+dev-rinchin@users.noreply.github.com> Date: Tue, 25 Jul 2023 15:34:14 +0300 Subject: [PATCH 1/2] Update CI.yml --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d1345eaf..4fa7959b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -68,6 +68,7 @@ jobs: - name: install tox run: | + python3 -m pip install --upgrade pip pip3 install tox==4.6.0 pip3 install tox-gh-actions==2.8.1 From 6cd2d99fd072da433ba19737c4026dbbaf7a6c46 Mon Sep 17 00:00:00 2001 From: Rinchin <57899558+dev-rinchin@users.noreply.github.com> Date: Tue, 25 Jul 2023 17:32:51 +0300 Subject: [PATCH 2/2] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4fa7959b..4ddc2380 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -70,7 +70,7 @@ jobs: run: | python3 -m pip install --upgrade pip pip3 install tox==4.6.0 - pip3 install tox-gh-actions==2.8.1 + pip3 install tox-gh-actions==3.1.2 - name: test with tox run: |