Skip to content

Commit 486f776

Browse files
authored
remove
1 parent 257ef80 commit 486f776

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test_main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@ jobs:
3030
mvn clean install org.apache.maven.plugins:maven-shade-plugin:3.2.4:shade -Dshade.mainClass=io.bioimage.modelrunner.pytorch.PytorchInterface
3131
3232
- name: Write Version to File
33-
shell: bash
3433
run: |
3534
echo "$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" > version.txt
3635
echo "JAR_PATH=target/dl-modelrunner-$(cat version.txt).jar" >> $GITHUB_ENV
37-
shell: bash
3836
3937
- name: Run Specific Class (Unix)
4038
shell: bash

0 commit comments

Comments
 (0)