Skip to content

Commit

Permalink
Move into the same step
Browse files Browse the repository at this point in the history
  • Loading branch information
MHendricks committed Sep 4, 2024
1 parent 021f861 commit 24260c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-static-analysis-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,11 @@ jobs:
python -m pip install --upgrade pip
python -m pip install tox
- name: Enable 8dot3name
- name: Run Tox
run: |
fsutil 8dot3name query d:
fsutil 8dot3name set 0
fsutil 8dot3name query d:
- name: Run Tox
run: |
tox -e begin,py
- name: Upload coverage
Expand Down

0 comments on commit 24260c7

Please sign in to comment.