Skip to content

Commit

Permalink
change to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m authored Jun 14, 2024
1 parent 07b5596 commit 8e2cf78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/example_run_pytorch1_2_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
shell: bash
- name: Run Specific Class (Unix)
if: runner.os != 'Windows'
shell: bash
run: |
echo "JAR_PATH=target/dl-modelrunner-$(cat version.txt).jar" >> $GITHUB_ENV
java -cp $JAR_PATH io.bioimage.modelrunner.example.ExampleLoadPytorch1Pytorch2
Expand Down

0 comments on commit 8e2cf78

Please sign in to comment.