Skip to content

Commit

Permalink
Try fixing windows encoding errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBossan committed Apr 24, 2023
1 parent 289a4e4 commit 3371ed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: Tests
env:
SUPER_SECRET: ${{ secrets.HF_HUB_TOKEN }}
PYTHONIOENCODING: "utf-8"
run: |
python -m pytest -s -v --cov-report=xml -m "not inference" skops/
Expand Down

0 comments on commit 3371ed7

Please sign in to comment.