Skip to content

Commit

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

0 comments on commit 021f861

Please sign in to comment.