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 c41e213 commit af79bd8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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,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
Expand All @@ -40,6 +37,7 @@ jobs:
defaults:
run:
shell: bash
working-directory: ./👍
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit af79bd8

Please # to comment.