From 15d05ccc0d981492b75b7d557351ad1fb03f42b3 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Mon, 29 Mar 2021 16:52:28 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1c9f1d5..6bfa15c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -575,6 +575,8 @@ jobs: spellcheck: runs-on: ubuntu-latest steps: + - name: Set up Python + uses: actions/setup-python@v2 - name: Install codespell run: | pip install codespell