Skip to content

Commit

Permalink
Fix Windows encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
psfoley committed Aug 25, 2023
1 parent 5d4de2a commit 18fb737
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/interactive-kvasir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
- name: Set proper rendering on Windows
if: matrix.os == 'windows-latest'
run: |
chcp 65001
- name: Interactive API - pytorch_kvasir_unet
run: |
python setup.py build_grpc
Expand Down

0 comments on commit 18fb737

Please sign in to comment.