diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-03-05 10:33:52 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-03-05 10:33:52 +0200 |
commit | 14f605b204d1864a172e49fe1e2fd709efe8f967 (patch) | |
tree | 282231ee1f7c52c21d4fd0d9dbbf1ed58c6a1532 | |
parent | a4043f59c2b162502854aa95cfab613a975e7506 (diff) |
install dependencies in GHA with dev.sh
-rw-r--r-- | .github/workflows/auto.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index 30e5798..c08abdb 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -29,9 +29,9 @@ jobs: - name: Install poetry run: pip install poetry - # Install poetry dependencies - - name: Install poetry dependencies - run: poetry install + # Install dependencies + - name: Install dependencies + run: ./dev.sh install # Run coverage xml - name: Run unittests with coverage and generate xml |