Skip to content

Commit

Permalink
remove poetry.lock (#117)
Browse files Browse the repository at this point in the history
* remove `poetry.lock`

* update unittests

* add requests as dep
  • Loading branch information
rvhonorato authored May 21, 2024
1 parent e482a51 commit e0a559e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1,729 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: "3.11"

- uses: snok/install-poetry@v1
with:
version: 1.8.2
virtualenvs-create: true
virtualenvs-in-project: true

- run: poetry install --no-interaction --no-root

# - uses: trunk-io/trunk-action@v1
- run: poetry install

- run: poetry run pytest --cov=./ --cov-report=xml -v --disable-warnings

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,5 @@ cython_debug/
1PPE_E*
1PPE_3*
example/*.csv
output/
output/
poetry.lock
Loading

0 comments on commit e0a559e

Please sign in to comment.