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 d8cbcdc commit 14b1713Copy full SHA for 14b1713
1 file changed
.github/workflows/collab.yml
@@ -10,6 +10,10 @@ jobs:
10
- uses: actions/checkout@v4
11
with:
12
ref: ${{ github.event.pull_request.head.sha }}
13
+ - name: Install latest arviz
14
+ shell: bash -l {0}
15
+ run: |
16
+ pip install --upgrade arviz
17
- name: Check nvidia drivers
18
shell: bash -l {0}
19
run: |
0 commit comments