Skip to content

Commit 240c920

Browse files
committed
Update
[ghstack-poisoned]
1 parent e19d73c commit 240c920

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/check-labels.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ jobs:
3838
runs-on: ubuntu-22.04
3939
steps:
4040
- uses: actions/checkout@v3
41-
with:
42-
fetch-depth: '0'
41+
with:
42+
fetch-depth: 0
4343
- uses: actions/setup-python@v4
4444
with:
4545
python-version: '3.10'
46+
# Not the direct dependencies but the script uses trymerge
47+
- run: pip install pyyaml==6.0 rockset==1.0.3
4648
- name: Check labels
4749
env:
4850
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)