Skip to content

Commit

Permalink
Catch up with new Python ecosystem (Poetry, Ruff)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Aug 12, 2023
1 parent bcf4e14 commit 7479385
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 361 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v1
- uses: actions/setup-python@v4
with:
python-version: 3.7
- uses: Gr1N/setup-poetry@v4
with:
poetry-version: 1.1.4
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2
- run: poetry install --no-root
- run: poetry run pytest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
Loading

0 comments on commit 7479385

Please sign in to comment.