summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-03-06 22:45:46 +0200
committerAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-03-06 22:45:46 +0200
commitba60d82ba52749ea0074dcd8633ff51f05c5c47d (patch)
tree566a64307e70ad1d242bc512827eeee34a82f737 /.github/workflows
parent14f605b204d1864a172e49fe1e2fd709efe8f967 (diff)
dev scripts update. v0.2
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/auto.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml
index c08abdb..81d4673 100644
--- a/.github/workflows/auto.yml
+++ b/.github/workflows/auto.yml
@@ -25,13 +25,9 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- # Install poetry
- - name: Install poetry
- run: pip install poetry
-
# Install dependencies
- - name: Install dependencies
- run: ./dev.sh install
+ - name: Install dev dependencies
+ run: ./dev.sh dev
# Run coverage xml
- name: Run unittests with coverage and generate xml