From eb942352ce39e9f0684e08187ce78c7cd3f6ea7d Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 17 Mar 2020 16:46:08 +0100 Subject: [PATCH] add pin to appveyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 02074c59..cfc27473 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,6 +35,7 @@ install: build_script: - echo "%JL_BUILD_SCRIPT%" - C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%" + - C:\julia\bin\julia -e "using Pkg; Pkg.pin(PackageSpec(name="FixedPointNumbers", version="0.7"))" test_script: - echo "%JL_TEST_SCRIPT%"