Skip to content

Commit

Permalink
Remove poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-mar committed Jun 9, 2024
1 parent 42b98b6 commit 78e22d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Run pytest
run: |
poetry run pytest -vv --cov=./nornir_routeros --cov-report=xml --cov-branch
pytest -vv --cov=./nornir_routeros --cov-report=xml --cov-branch
- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 78e22d0

Please sign in to comment.