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 441d67a commit 16dfbc6Copy full SHA for 16dfbc6
.github/workflows/precommit.yaml
@@ -14,12 +14,12 @@ jobs:
14
steps:
15
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
with:
17
- submodules: "true"
+ submodules: true
18
fetch-depth: 2
19
- name: Setup python
20
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
21
22
- python-version: "3.x"
+ python-version: 3.12
23
- name: Install system deps
24
run: |
25
sudo apt-get update
0 commit comments