File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7878          micromamba activate xeus-lite-host 
7979          python -m pip install jupyterlite-xeus 
8080          jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist 
81-           # cp xcpp.data dist/extensions/@jupyterlite/xeus/static 
82-           # cp $PREFIX/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static 
81+           cp xcpp.data dist/extensions/@jupyterlite/xeus/static 
82+           cp $PREFIX/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static 
8383          mkdir -p dist/files 
8484          mv notebooks dist/files 
8585          mv README.md dist/files 
Original file line number Diff line number Diff line change @@ -276,8 +276,8 @@ jobs:
276276          micromamba activate xeus-lite-host 
277277          python -m pip install jupyterlite-xeus 
278278          jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} 
279-           # cp xcpp.data _output/extensions/@jupyterlite/xeus/static 
280-           # cp $PREFIX/lib/libclangCppInterOp.so _output/extensions/@jupyterlite/xeus/static 
279+           cp xcpp.data _output/extensions/@jupyterlite/xeus/static 
280+           cp $PREFIX/lib/libclangCppInterOp.so _output/extensions/@jupyterlite/xeus/static 
281281
282282name : Setup tmate session 
283283        if : ${{ failure() && runner.debug }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments