From af79bd836203a70af6cab7ab70b75e2f5395b169 Mon Sep 17 00:00:00 2001 From: Hugo Sansaqua Date: Sat, 21 Oct 2023 13:49:51 +0900 Subject: [PATCH] Test on non-ascii working directory in CI --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fb382bdbb5a..a59344150f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,6 @@ on: - 'docs/**' - '.cirrus.yml' - '.github/workflows/docs.yml' - branches: - - master - - develop pull_request: paths-ignore: - 'docs/**' @@ -27,7 +24,7 @@ jobs: runs-on: ${{ matrix.image }} strategy: matrix: - os: [Ubuntu, macOS, Windows] + os: [Windows] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] include: - os: Ubuntu @@ -40,6 +37,7 @@ jobs: defaults: run: shell: bash + working-directory: ./👍 steps: - uses: actions/checkout@v4