Skip to content

Commit 14b1713

Browse files
committed
ensure latest arviz in collab
1 parent d8cbcdc commit 14b1713

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/collab.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
- uses: actions/checkout@v4
1111
with:
1212
ref: ${{ github.event.pull_request.head.sha }}
13+
- name: Install latest arviz
14+
shell: bash -l {0}
15+
run: |
16+
pip install --upgrade arviz
1317
- name: Check nvidia drivers
1418
shell: bash -l {0}
1519
run: |

0 commit comments

Comments
 (0)