From eaca3d613dfd7679667197c7f229bf4e9092d508 Mon Sep 17 00:00:00 2001 From: Igor Lobanov Date: Mon, 30 Oct 2023 22:34:59 +0100 Subject: [PATCH] build fix --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 8120f2ae..794ec49c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -13,4 +13,4 @@ jobs: - run: pip install --upgrade pip - run: pip install -r requirements.txt - run: pip install -r requirements-dev.txt - - run: checks.sh + - run: ./checks.sh