File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,18 @@ before_install:
2020    - conda update -q conda 
2121    #  Useful for debugging any issues with conda
2222    - conda info -a 
23-     - conda env create -f ./environment.yml 
24-     - activate python_robotics 
23+     - conda install python==3.6.8 
24+     # - conda env create -f ./environment.yml
25+     # - activate python_robotics
2526
2627
2728install :
28-   # - conda install numpy
29-   # - conda install scipy
30-   # - conda install matplotlib
31-   # - conda install pandas
32-   # - conda install -c conda-forge lapack
33-   # - conda install -c cvxgrp cvxpy
29+   - conda install numpy 
30+   - conda install scipy 
31+   - conda install matplotlib 
32+   - conda install pandas 
33+   - conda install -c conda-forge lapack 
34+   - conda install -c cvxgrp cvxpy 
3435  - conda install coveralls 
3536
3637script :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments