Skip to content

Commit

Permalink
weIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 16, 2024
1 parent 243829e commit 35b5188
Show file tree
Hide file tree
Showing 2 changed files with 9,203 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:

- name: Install tox
run: pip install tox
{%- if job.os == "windows-latest" %}

- name: Config git to support long filenames
run: git config --system core.longpaths true
{%- endif %}

- name: Run tests
run: tox -e {{ job.tox_env }} -- -ra
Expand Down
Loading

0 comments on commit 35b5188

Please sign in to comment.