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 bfae178 commit ae69055
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/interactive-kvasir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,8 @@ jobs:
python -m pip install --upgrade pip
pip install .
- name: Interactive API - pytorch_kvasir_unet
if: matrix.os == 'ubuntu-latest'
run: |
python setup.py build_grpc
pip install torch==1.13.1
pip install torchvision==0.14.1
python -m tests.github.interactive_api_director.experiments.pytorch_kvasir_unet.run
- name: Interactive API - pytorch_kvasir_unet
if: matrix.os == 'windows-latest'
run: |
python setup.py build_grpc
pip install torch==1.13.1
pip install torchvision==0.14.1
chcp 65001
python -m tests.github.interactive_api_director.experiments.pytorch_kvasir_unet.run

0 comments on commit ae69055

Please sign in to comment.