Skip to content

Commit

Permalink
fix: updated poetry pytest automation
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteUEM committed Jan 16, 2025
1 parent a098ba9 commit 1ae69b8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
poetry install
env:
POETRY_HOME: ${{ github.workspace }}/.poetry

- name: Run Tests
- name: Run pytest
run: |
pytest tests/*
pytest tests/
env:
POETRY_HOME: ${{ github.workspace }}/.poetry
POETRY_HOME: ${{ github.workspace }}/.poetry

0 comments on commit 1ae69b8

Please sign in to comment.