Skip to content

Commit

Permalink
Test on non-ascii working directory in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
privet-kitty committed Oct 21, 2023
1 parent d826e8a commit ffd8846
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- 'docs/**'
- '.cirrus.yml'
- '.github/workflows/docs.yml'
branches:
- master
- develop
pull_request:
paths-ignore:
- 'docs/**'
Expand All @@ -27,21 +24,20 @@ 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
image: ubuntu-22.04
- os: Windows
image: windows-2022
- os: macOS
image: macos-12
fail-fast: false
defaults:
run:
shell: bash
working-directory: ä
steps:
- uses: actions/checkout@v4
with:
path: ä

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit ffd8846

Please sign in to comment.