From 6ca3bb74d3673d2abde96ec0732668d650ed7a63 Mon Sep 17 00:00:00 2001 From: Daniil Maltsev Date: Wed, 5 Jul 2023 15:42:24 +0500 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e9118b..400d5a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,11 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - uses: actions/setup-python@v4 + id: setup-python + with: + python-version-file: '.python-version' + - name: Set up QEMU uses: docker/setup-qemu-action@v2