Skip to content

Commit ce21a39

Browse files
committed
workflow: extend dependency for Windows with vfat-utf8
1 parent 1495849 commit ce21a39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Test with newest Python on latest Ubuntu using VFAT
8686
run: tox -c pyproject.toml -e py_filesystem_vfat
8787

88-
test-ubuntu-python-newest-with-vfat_utf8:
88+
test-ubuntu-python-newest-with-vfat-utf8:
8989
name: Test VFAT UTF-8 Python:newest Ubuntu:latest
9090
needs: [lint, test-ubuntu-python-newest, test-ubuntu-python-newest-with-vfat]
9191
strategy:
@@ -181,7 +181,7 @@ jobs:
181181

182182
test-otheros-python-newest:
183183
name: Test MacOS/Windows:latest Python:newest
184-
needs: [lint, test-ubuntu-python-newest, test-ubuntu-python-newest-with-ntfs, test-ubuntu-python-newest-with-vfat]
184+
needs: [lint, test-ubuntu-python-newest, test-ubuntu-python-newest-with-ntfs, test-ubuntu-python-newest-with-vfat, test-ubuntu-python-newest-with-vfat-utf8]
185185
strategy:
186186
matrix:
187187
os: [macos-latest, windows-latest]

0 commit comments

Comments
 (0)