Skip to content

Commit ef1e745

Browse files
authored
Fix missing dependencies in trymerge workflow (#413)
1 parent 7a3f5a0 commit ef1e745

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/trymerge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
check-latest: false
2727
cache: pip
2828
architecture: x64
29+
# TODO (huydhn): get rid of Rockset
30+
- run: pip install pyyaml==6.0 rockset==1.0.3
2931

3032
- name: Setup committer id
3133
run: |

0 commit comments

Comments
 (0)