Skip to content

Commit 1041623

Browse files
[fix] Ensure toml dependency is installed in CI step (#45)
1 parent 55a6e52 commit 1041623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-bokeh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cache-dependency-path: "**/yarn.lock"
4141

4242
- name: Install dependencies
43-
run: pip install requests semver
43+
run: pip install requests semver toml
4444

4545
- name: Run script
4646
id: compare_bokeh

0 commit comments

Comments
 (0)