From ce21a391e9d49e375e37d6fe9baf0716b398eb35 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Thu, 23 Apr 2026 08:38:40 +0200 Subject: [PATCH] workflow: extend dependency for Windows with vfat-utf8 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6dc2522..dff4fd46 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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]