From 629ddfabef33ece7ea2dd6516631582b297bad13 Mon Sep 17 00:00:00 2001 From: vvssttkk <8581044+vvssttkk@users.noreply.github.com> Date: Tue, 17 Oct 2023 04:06:51 +0300 Subject: [PATCH] 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 d563d4bc..58f6dcca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: checkout code uses: actions/checkout@v4 - - name: set up py3.8 + - name: setup python uses: actions/setup-python@v4 with: python-version: '3.10'