workflow: extend dependency for Windows with vfat-utf8

This commit is contained in:
Peter Bieringer
2026-04-23 08:38:40 +02:00
parent 1495849b61
commit ce21a391e9
+2 -2
View File
@@ -85,7 +85,7 @@ jobs:
- name: Test with newest Python on latest Ubuntu using VFAT
run: tox -c pyproject.toml -e py_filesystem_vfat
test-ubuntu-python-newest-with-vfat_utf8:
test-ubuntu-python-newest-with-vfat-utf8:
name: Test VFAT UTF-8 Python:newest Ubuntu:latest
needs: [lint, test-ubuntu-python-newest, test-ubuntu-python-newest-with-vfat]
strategy:
@@ -181,7 +181,7 @@ jobs:
test-otheros-python-newest:
name: Test MacOS/Windows:latest Python:newest
needs: [lint, test-ubuntu-python-newest, test-ubuntu-python-newest-with-ntfs, test-ubuntu-python-newest-with-vfat]
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]
strategy:
matrix:
os: [macos-latest, windows-latest]