Skip to content

Commit

Permalink
Rename github test action
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed May 5, 2024
1 parent dbd91bb commit 68b276a
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:

matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
poetry-version: ["1.4.2"]
os: [ubuntu-22.04, windows-latest]
runs-on: ubuntu-latest

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -22,13 +21,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
# - name: Run image
# uses: abatilo/actions-poetry@v2
# with:
# poetry-version: ${{ matrix.poetry-version }}

- name: Install dependencies
run: poetry install --with github-actions
pip install -e .[dev]

- name: Run tests
run: poetry run pytest
run: nox tests

0 comments on commit 68b276a

Please sign in to comment.