mirror of
https://github.com/Kozea/Radicale.git
synced 2026-05-07 20:12:45 +00:00
workflow: extend dependency for Windows with vfat-utf8
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user