Skip to content

Commit c04d991

Browse files
committed
try py2 instead of 2.7 to avoid issue with period
1 parent b358808 commit c04d991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ git clean --force -d -x || /bin/true
2727
git -C common-workflow-language clean --force -d -x || /bin/true
2828

2929
# Test for Python 2.7 and Python 3
30-
for PYTHON_VERSION in 2.7 3
30+
for PYTHON_VERSION in 2 3
3131
do
3232
for CONTAINER in docker singularity
3333
do

0 commit comments

Comments
 (0)