summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-03-06 23:45:54 +0200
committerAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-03-06 23:45:54 +0200
commitf8f338f50e95588a72769a397904186a4c192a1a (patch)
tree931597d6c98f34bcf75fb3bf60fa3c8d37e52176 /.github
parentc20c3b9bab48f0908f3547765126c4d30d11ca5a (diff)
seems to work with pipHEADmain
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 da23a58..81d4673 100644
--- a/.github/workflows/auto.yml
+++ b/.github/workflows/auto.yml
@@ -27,7 +27,7 @@ jobs:
# Install dependencies
- name: Install dev dependencies
- run: PIP="pip" ./dev.sh dev
+ run: ./dev.sh dev
# Run coverage xml
- name: Run unittests with coverage and generate xml