Skip to content

Commit

Permalink
Use PYTHONUTF8 environment variable in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Oct 16, 2024
1 parent bd8bcc3 commit 9c9ac3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/skore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
# Test
python -m pytest src/ tests/
env:
PYTHONUTF8: 1

cleanup:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9c9ac3d

Please sign in to comment.