From 987c14ca3c0f67a9f75a34ae4f6c2abb880a5726 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 14 Jan 2021 20:08:02 +0000 Subject: fix make argument --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d9fba2..38054a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,5 +43,5 @@ jobs: uses: actions/checkout@v2 - name: Build - run: make test_py + run: make test_python -- cgit v1.2.3