Skip to content

Commit

Permalink
bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Sep 18, 2024
1 parent ad09616 commit 1c7ee14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ default:

before_script:
- pip install --no-cache-dir -r requirements.txt
- pip install poetry

stages:
# Unit tests
Expand All @@ -20,9 +21,7 @@ test_pytest:

poetry_install:
stage: poetry_install
script: |
pip install poetry
poetry install --no-interaction --no-root
script: poetry install --no-interaction --no-root

poetry_build:
stage: poetry_build
Expand Down

0 comments on commit 1c7ee14

Please sign in to comment.