Skip to content

Commit

Permalink
Test dir calls
Browse files Browse the repository at this point in the history
  • Loading branch information
MHendricks committed Sep 4, 2024
1 parent 24260c7 commit 8252699
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python-static-analysis-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,16 @@ jobs:
python -m pip install --upgrade pip
python -m pip install tox
- name: Run Tox
- name: Enable 8dot3name
run: |
dir c:\PROGRA~1
fsutil 8dot3name query d:
fsutil 8dot3name set 0
fsutil 8dot3name query d:
dir c:\PROGRA~1
- name: Run Tox
run: |
fsutil 8dot3name query d:
tox -e begin,py
Expand Down

0 comments on commit 8252699

Please sign in to comment.