We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e52be1 commit 5783f20Copy full SHA for 5783f20
.github/workflows/checks.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Python
17
uses: actions/setup-python@v4
18
with:
19
- python-version: "3.10"
+ python-version: "3.7"
20
- name: Install requirements
21
run: |
22
pip install .
0 commit comments