From 134a7d0960ceb2ab29d60f939a491d6a2d3461e5 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Thu, 11 Jan 2024 20:28:20 +0200 Subject: Adding initial version of Board class. --- .github/workflows/auto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/auto.yml') diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index 81b0ab0..d4c744b 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -35,4 +35,4 @@ jobs: # Run unittests - name: Run unittests - run: poetry run pytest -v + run: poetry run python3 -m pytest -v -- cgit v1.2.3