8000 Fix manylinux tests · MacPython/gfortran-install@e9764d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9764d0

Browse files
committed
Fix manylinux tests
1 parent 994103f commit e9764d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_gf_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ elif [ $uname == Linux ]; then
1919
[ -z "$GFORTRAN_SHA" ] || (echo "GFORTRAN_SHA is set"; exit 1)
2020
# Check check, if gfortran installed
2121
gfortran --help > /dev/null && check_gfortran
22-
PLAT_ROOT="manylinux1_"
22+
PLAT_ROOT="manylinux1"
2323
I686_PLAT="i686"
2424
SUF=""
2525
fi

0 commit comments

Comments
 (0)
0