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 88e3ce0 commit bea1208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Run tests
run:
just inv test-on-ci
--py-target {{ matrix.python_version.tox }}
--py-target ${{ matrix.python_version.tox }}
--cov-output .coverage.${{ matrix.python_version }}

- name: Store coverage file
Expand Down

0 comments on commit bea1208

Please sign in to comment.