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 41a5f2e commit 52f65b8Copy full SHA for 52f65b8
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Python ${{ matrix.python-version }}
13
uses: actions/setup-python@v4
14
with:
15
- python-version: '3.x'
+ python-version: '3.9'
16
cache: 'pip'
17
- name: Install dependencies
18
run: |
0 commit comments