From ba60d82ba52749ea0074dcd8633ff51f05c5c47d Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Wed, 6 Mar 2024 22:45:46 +0200 Subject: dev scripts update. v0.2 --- .github/workflows/auto.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3