MilesCranmer commited on
Commit
a2a6814
1 Parent(s): df4b0b3

Get travis to install SymbolicRegression.jl

Browse files
Files changed (1) hide show
  1. .travis.yml +1 -1
.travis.yml CHANGED
@@ -19,7 +19,7 @@ jobs:
19
  install: pip3 install --upgrade pip
20
 
21
  before_script:
22
- - julia --color=yes -e 'using Pkg; pkg"add Optim; add SpecialFunctions; precompile;"'
23
 
24
  script:
25
  - pip3 install numpy pandas
 
19
  install: pip3 install --upgrade pip
20
 
21
  before_script:
22
+ - julia --color=yes -e 'using Pkg; pkg"add SymbolicRegression; precompile;"'
23
 
24
  script:
25
  - pip3 install numpy pandas