Skip to content

Commit

Permalink
Migrate from pip-tools to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
llhotka committed Sep 25, 2023
1 parent e30163e commit e015cf5
Show file tree
Hide file tree
Showing 6 changed files with 708 additions and 79 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ stages:
before_script:
- apt update
- apt install -yqq git make
- pip install pip-tools importlib-metadata
- pip-compile
- pip-sync
- pip install poetry
- poetry install
- source $(poetry env info --path)/bin/activate

test:
stage: test
Expand Down
9 changes: 0 additions & 9 deletions MANIFEST.in

This file was deleted.

Loading

0 comments on commit e015cf5

Please sign in to comment.