We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb283c commit 39bcf2aCopy full SHA for 39bcf2a
‎.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Checkout
11
uses: actions/checkout@v3
12
- name: Setup Python
13
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v3
14
with:
15
python-version: "3.10"
16
- name: Install nox
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
‎.github/workflows/lint.yml
python-version: "3.7"
0 commit comments