Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cetanu committed Nov 11, 2024
1 parent d82cf08 commit 91f98a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.11, 3.12]

steps:
- uses: actions/checkout@v2
Expand All @@ -17,6 +17,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt update
apt -y install build-essential
python -m pip install --upgrade pip
python -m pip install poetry
poetry install --no-root
Expand All @@ -26,4 +28,4 @@ jobs:
poetry install
- name: Test with pytest
run: |
poetry run pytest --spec
poetry run pytest --spec -vvv

0 comments on commit 91f98a0

Please sign in to comment.