Skip to content

Commit 19a0a14

Browse files
committed
Remove Pkg.checkout from CI config
1 parent 18d98e5 commit 19a0a14

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ before_script:
6565
- which ${PYTHON:-python}
6666
script:
6767
- julia -e 'Pkg.add("PyCall")'
68-
- julia -e 'Pkg.checkout("PyCall"); Pkg.build("PyCall")'
6968
- /usr/bin/python --version
7069
- PYTHON=${PYTHON:-python}
7170
- echo $PYTHON

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ build_script:
7070
# - C:\projects\julia\bin\julia -e "versioninfo(); Pkg.add(\"PyCall\"); Pkg.init(); Pkg.resolve()"
7171
# - C:\projects\julia\bin\julia -e "using PyCall; @assert isdefined(:PyCall); @assert typeof(PyCall) === Module"
7272
- "SET PYTHON=%PYTHONDIR%\\python.exe"
73-
- C:\projects\julia\bin\julia -e "versioninfo(); Pkg.add(\"PyCall\"); Pkg.checkout(\"PyCall\"); Pkg.build(\"PyCall\")"
73+
- C:\projects\julia\bin\julia -e "versioninfo(); Pkg.add(\"PyCall\")"
7474

7575
test_script:
7676
- "SET PATH=%PYTHONDIR%;%PYTHONDIR%\\Scripts;C:\\projects\\julia\\bin;%PATH%"

0 commit comments

Comments
 (0)