We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28c5a0 commit 1c3e7d0Copy full SHA for 1c3e7d0
.github/workflows/test_main.yml
@@ -32,9 +32,9 @@ jobs:
32
- name: Write Version to File
33
run: |
34
echo "$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" > version.txt
35
- echo "JAR_PATH=target/dl-modelrunner-$(cat version.txt).jar" >> $GITHUB_ENV
+ echo "JAR_PATH=target/dl-modelrunner-pytorch-$(cat version.txt).jar" >> $GITHUB_ENV
36
37
- name: Run Specific Class (Unix)
38
shell: bash
39
40
- java -cp dl-modelrunner-pytorch-0.4.3-SNAPSHOT.jar io.bioimage.modelrunner.pytorch.PytorchInterface
+ java -cp $JAR_PATH io.bioimage.modelrunner.pytorch.PytorchInterface
0 commit comments