diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-11 20:28:20 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-11 20:28:20 +0200 |
commit | 134a7d0960ceb2ab29d60f939a491d6a2d3461e5 (patch) | |
tree | b2cb4d26162d7387e30ef93694097ab12f8a4ada /.github/workflows | |
parent | 350db68b68498fc12b7b6a749583314e1ec0cfbe (diff) |
Adding initial version of Board class.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/auto.yml | 2 |
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 |