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.
2 parents aceb763 + b0e1423 commit 8bc9e64Copy full SHA for 8bc9e64
.github/workflows/docker.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Set Up Python
42
uses: actions/setup-python@v2
43
with:
44
- python-version: 3.8
+ python-version: 3.x
45
- name: Install Dev Dependencies
46
run: |
47
python -m pip install --upgrade pip
.github/workflows/pre-commit.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
28
0 commit comments