summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-01-11 20:28:20 +0200
committerAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-01-11 20:28:20 +0200
commit134a7d0960ceb2ab29d60f939a491d6a2d3461e5 (patch)
treeb2cb4d26162d7387e30ef93694097ab12f8a4ada /.github
parent350db68b68498fc12b7b6a749583314e1ec0cfbe (diff)
Adding initial version of Board class.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto.yml2
1 files changed, 1 insertions, 1 deletions
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