Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhPavel committed Mar 4, 2024
1 parent 4dd0eaa commit 88e3ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:

- name: Run tests
run:
just inv test-on-ci \
--py-target {{ matrix.python_version.tox }} \
just inv test-on-ci
--py-target {{ matrix.python_version.tox }}
--cov-output .coverage.${{ matrix.python_version }}

- name: Store coverage file
Expand Down

0 comments on commit 88e3ce0

Please sign in to comment.