Skip to content

Commit 831f25f

Browse files
authored
CI: Remove input from slicer install
1 parent 6d220d3 commit 831f25f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/actions/install-slicer/action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: install-slicer
22
author: Sebastien Goll (Kitware SAS)
33
description: Install 3D Slicer
4-
inputs:
5-
version:
6-
description: Version of Slicer available at https://community.chocolatey.org/packages/3dslicer#versionhistory
7-
default: ''
84
outputs:
95
slicer_executable:
106
description: Slicer executable
@@ -75,4 +71,4 @@ runs:
7571
elif [ ${{ runner.os }} == "macOS" ]; then
7672
echo "executable=${{ steps.mac_install.outputs.executable }}" >> $GITHUB_OUTPUT
7773
fi
78-
shell: bash
74+
shell: bash

0 commit comments

Comments
 (0)