Skip to content

Commit

Permalink
test: Bump OT version
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Nov 26, 2024
1 parent 8c5441a commit 3a2a625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -e
for image in mageia centos fedora opensuse ubuntu debian
do
docker build ${image} -t ${image}
docker run ${image} sh -c "curl -fsSLO https://raw.githubusercontent.com/openturns/openturns/v1.24rc1/python/test/t_PlatformInfo_std.py && python3 ./t_PlatformInfo_std.py"
docker run ${image} sh -c "curl -fsSLO https://raw.githubusercontent.com/openturns/openturns/v1.24/python/test/t_PlatformInfo_std.py && python3 ./t_PlatformInfo_std.py"
done

0 comments on commit 3a2a625

Please sign in to comment.