Skip to content

Commit 7c0f485

Browse files
committed
use python 3.6
1 parent 7c8ec47 commit 7c0f485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
os: [ubuntu-latest]
40-
python-version: [3.8]
40+
python-version: [3.6]
4141
runs-on: ${{ matrix.os }}
4242
steps:
4343
- uses: actions/checkout@v2
@@ -48,6 +48,6 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
python -m pip install --upgrade pip
51-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
51+
pip install -r requirements.txt
5252
5353
- run: cp .proselintrc ~/ && proselint src/content

0 commit comments

Comments
 (0)