workflow: extend dependency for Windows with vfat-utf8
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -85,7 +85,7 @@ jobs:
|
|||||||
- name: Test with newest Python on latest Ubuntu using VFAT
|
- name: Test with newest Python on latest Ubuntu using VFAT
|
||||||
run: tox -c pyproject.toml -e py_filesystem_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
|
name: Test VFAT UTF-8 Python:newest Ubuntu:latest
|
||||||
needs: [lint, test-ubuntu-python-newest, test-ubuntu-python-newest-with-vfat]
|
needs: [lint, test-ubuntu-python-newest, test-ubuntu-python-newest-with-vfat]
|
||||||
strategy:
|
strategy:
|
||||||
@@ -181,7 +181,7 @@ jobs:
|
|||||||
|
|
||||||
test-otheros-python-newest:
|
test-otheros-python-newest:
|
||||||
name: Test MacOS/Windows:latest 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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, windows-latest]
|
os: [macos-latest, windows-latest]
|
||||||
|
|||||||
Reference in New Issue
Block a user