Skip to content

Commit

Permalink
Update: pyproject file to a newer poetry syntax. (#234)
Browse files Browse the repository at this point in the history
* update: pyproject file to a newer poetry syntax

* update: insclude dev deps in ci

* fix: add missing pre-commits configs
  • Loading branch information
hadialqattan authored Sep 24, 2024
1 parent 311fbde commit d0aeb62
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install poetry
python -m poetry install --no-root
python -m poetry install --no-root --with=dev
- name: Test with pytest by poetry
run: |
Expand Down
Loading

0 comments on commit d0aeb62

Please sign in to comment.