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