Skip to content

Commit

Permalink
remove bad line
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m authored Jun 14, 2024
1 parent 5fecbf6 commit 07b5596
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/example_run_pytorch1_2_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Run Specific Class (Unix)
if: runner.os != 'Windows'
run: |
mvn help:evaluate -Dexpression=project.version -q -DforceStdout > version.txt
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 07b5596

Please sign in to comment.