File tree Expand file tree Collapse file tree 3 files changed +4
-32
lines changed Expand file tree Collapse file tree 3 files changed +4
-32
lines changed Original file line number Diff line number Diff line change 66  workflow_dispatch :
77jobs :
88  cache :
9-     runs-on : " runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=ubuntu24-gpu-x64 /disk=large" 
9+     runs-on : " runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon-ubuntu24 /disk=large" 
1010    steps :
1111      - uses : actions/checkout@v4 
1212        with :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build Preview [using jupyter-book]
22on : [pull_request] 
33jobs :
44  preview :
5-     runs-on : " runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=ubuntu24-gpu-x64 /disk=large" 
5+     runs-on : " runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon-ubuntu24 /disk=large" 
66    steps :
77      - uses : actions/checkout@v4 
88        with :
@@ -19,24 +19,10 @@ jobs:
1919      - name : Install jax (and install checks for GPU) 
2020        shell : bash -l {0} 
2121        run : | 
22-           pip install -U "jax[cuda12]" 
22+           pip install -U "jax[cuda12-local ]" 
2323          python --version 
2424          python scripts/test-jax-install.py 
2525          nvidia-smi 
26-        - name : Install latex dependencies 
27-         shell : bash -l {0} 
28-         run : | 
29-           sudo apt-get -qq update 
30-           sudo apt-get install -y     \ 
31-             texlive-latex-recommended \ 
32-             texlive-latex-extra       \ 
33-             texlive-fonts-recommended \ 
34-             texlive-fonts-extra       \ 
35-             texlive-xetex             \ 
36-             latexmk                   \ 
37-             xindy                     \ 
38-             dvipng                    \ 
39-             cm-super           
4026       - name : Display Conda Environment Versions 
4127        shell : bash -l {0} 
4228        run : conda list 
Original file line number Diff line number Diff line change 66jobs :
77  publish :
88    if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') 
9-     runs-on : " runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=ubuntu24-gpu-x64 /disk=large" 
9+     runs-on : " runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon-ubuntu24 /disk=large" 
1010    steps :
1111      - name : Checkout 
1212        uses : actions/checkout@v4 
2626          python --version 
2727          python scripts/test-jax-install.py 
2828          nvidia-smi 
29-        - name : Install latex dependencies 
30-         shell : bash -l {0} 
31-         run : | 
32-           sudo apt-get -qq update 
33-           sudo apt-get install -y     \ 
34-             texlive-latex-recommended \ 
35-             texlive-latex-extra       \ 
36-             texlive-fonts-recommended \ 
37-             texlive-fonts-extra       \ 
38-             texlive-xetex             \ 
39-             latexmk                   \ 
40-             xindy                     \ 
41-             dvipng                    \ 
42-             cm-super   
4329       - name : Display Conda Environment Versions 
4430        shell : bash -l {0} 
4531        run : conda list 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments