Skip to content

Commit 362a4d6

Browse files
authored
Merge pull request #260 from ISISComputingGroup/jack_idiot
actually run the script rather than just print the python version
2 parents 11102a8 + 9359fee commit 362a4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
with:
5151
python-version: '3.12'
5252
- run: python -m pip install -r release_scripts/requirements.txt
53-
- run: python --version ${{github.event.inputs.version}}
53+
- run: python release_scripts/branches.py --version ${{github.event.inputs.version}}

0 commit comments

Comments
 (0)