Skip to content

Commit

Permalink
Sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 15, 2024
1 parent 10dc123 commit 039dd67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e {{ job.tox_env }} -- -ra
run: tox -e {{ job.tox_env }}
{%- endfor %}

lint-instrumentation-sklearn:
Expand All @@ -49,4 +49,4 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e lint-instrumentation-sklearn -- -ra
run: tox -e lint-instrumentation-sklearn

0 comments on commit 039dd67

Please sign in to comment.