From 6fa1056322dc174d508dd344464361fc5a533c46 Mon Sep 17 00:00:00 2001 From: Azat Ibrakov Date: Mon, 4 Apr 2022 13:31:21 +0700 Subject: [PATCH] Complete 'Github Actions' configurations --- .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 4aecb6b..900c9c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: platform: { os: 'ubuntu-latest', python_architecture: 'x64' } - python_version: 'pypy-3.7' platform: { os: 'windows-latest', python_architecture: 'x64' } - runs-on: ${{ matrix.os }}-latest + runs-on: ${{ matrix.os }} steps: - name: 'Checkout' uses: actions/checkout@v3