Skip to content

Commit daa9ae8

Browse files
committed
Restore Flint version in pip test
1 parent a5c5f56 commit daa9ae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/pip_install_ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set -o errexit
2323
if [ -z "$2" ]; then
2424
echo "Building from release tarball"
2525
FLINT_GIT=""
26-
FLINTVER=3.1.0
26+
FLINTVER=3.0.1
2727
else
2828
echo "Building from git: $2"
2929
FLINT_GIT=$2

0 commit comments

Comments
 (0)