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 e19d73c commit 240c920Copy full SHA for 240c920
.github/workflows/check-labels.yml
@@ -38,11 +38,13 @@ jobs:
38
runs-on: ubuntu-22.04
39
steps:
40
- uses: actions/checkout@v3
41
- with:
42
- fetch-depth: '0'
+ with:
+ fetch-depth: 0
43
- uses: actions/setup-python@v4
44
with:
45
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
48
- name: Check labels
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments