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 18ffb1a commit 8d1bdeeCopy full SHA for 8d1bdee
.github/workflows/build.yml
@@ -14,16 +14,16 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
17
- - name: Set up Python 3.9
+ - name: Set up Python 3.8
18
uses: actions/setup-python@v2
19
with:
20
- python-version: 3.9.13
+ python-version: 3.8
21
cache: 'pip'
22
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install -e .[dev]
+ pip install -e ".[dev]"
27
28
- name: Lint with flake8
29
.github/workflows/code_quality.yml
@@ -9,5 +9,5 @@ jobs:
9
10
- uses: actions/setup-python@v2
11
12
- python-version: 3.9
13
- uses: pre-commit/[email protected]
0 commit comments