Skip to content

Commit

Permalink
💚 No change in GITHUB_PATH + verbose testing
Browse files Browse the repository at this point in the history
  • Loading branch information
i-be-snek committed Oct 27, 2024
1 parent 63c2863 commit 49187ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: pipx install poetry==1.8.3
- run: echo "/root/.local/bin" >> $GITHUB_PATH
- uses: actions/setup-python@v5
with:
python-version: 3.11
Expand All @@ -35,4 +34,4 @@ jobs:
env:
GIT_TRACE: 1
- name: Run tests
run: poetry run pytest -ra -s tests
run: poetry run pytest -ra -s tests -vv

0 comments on commit 49187ab

Please sign in to comment.