We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257ef80 commit 486f776Copy full SHA for 486f776
.github/workflows/test_main.yml
@@ -30,11 +30,9 @@ jobs:
30
mvn clean install org.apache.maven.plugins:maven-shade-plugin:3.2.4:shade -Dshade.mainClass=io.bioimage.modelrunner.pytorch.PytorchInterface
31
32
- name: Write Version to File
33
- shell: bash
34
run: |
35
echo "$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" > version.txt
36
echo "JAR_PATH=target/dl-modelrunner-$(cat version.txt).jar" >> $GITHUB_ENV
37
38
39
- name: Run Specific Class (Unix)
40
shell: bash
0 commit comments