We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b5772 commit 5ba7aa9Copy full SHA for 5ba7aa9
.github/workflows/ci.yml
@@ -28,15 +28,15 @@ jobs:
28
python-version: "3.13"
29
environment-file: environment.yml
30
activate-environment: quantecon
31
+ - name: Check nvidia Drivers
32
+ shell: bash -l {0}
33
+ run: nvidia-smi
34
- name: Install JAX and Numpyro
35
shell: bash -l {0}
36
run: |
37
pip install -U "jax[cuda13]"
38
pip install numpyro
39
python scripts/test-jax-install.py
- - name: Check nvidia Drivers
- shell: bash -l {0}
- run: nvidia-smi
40
- name: Display Conda Environment Versions
41
42
run: conda list
0 commit comments