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 d3ab899 commit aa1d3a6Copy full SHA for aa1d3a6
.github/workflows/test.yaml
@@ -51,12 +51,12 @@ jobs:
51
- uses: actions/checkout@v4
52
- uses: actions/setup-python@v5
53
with:
54
- python-version: '3.12'
+ python-version: '3.8'
55
- name: Cache pip
56
uses: actions/cache@v4
57
58
path: ~/.cache/pip
59
- key: lintenv-v2
+ key: lintenv-v2-38
60
- name: Install dependencies
61
run: python -m pip install --upgrade pip black
62
- name: Black test
0 commit comments