Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
·
f8f3a8d
1
Parent(s):
5811a7e
Update .github/workflows/routine-tests.yml poetry-version: [1.2.1]
Browse files
.github/workflows/routine-tests.yml
CHANGED
@@ -9,7 +9,7 @@ jobs:
|
|
9 |
fail-fast: false
|
10 |
matrix:
|
11 |
python-version: [3.8]
|
12 |
-
poetry-version: [1.1
|
13 |
# os: [ubuntu-18.04, macos-latest, windows-latest]
|
14 |
# os: [ubuntu-18.04, windows-latest]
|
15 |
os: [ubuntu-18.04]
|
@@ -23,7 +23,7 @@ jobs:
|
|
23 |
with:
|
24 |
poetry-version: ${{ matrix.poetry-version }}
|
25 |
- name: Install packages
|
26 |
-
run: poetry install
|
27 |
- name: Run flake8
|
28 |
run: |
|
29 |
poetry run flake8 --exit-zero
|
|
|
9 |
fail-fast: false
|
10 |
matrix:
|
11 |
python-version: [3.8]
|
12 |
+
poetry-version: [1.2.1]
|
13 |
# os: [ubuntu-18.04, macos-latest, windows-latest]
|
14 |
# os: [ubuntu-18.04, windows-latest]
|
15 |
os: [ubuntu-18.04]
|
|
|
23 |
with:
|
24 |
poetry-version: ${{ matrix.poetry-version }}
|
25 |
- name: Install packages
|
26 |
+
run: poetry install # --no-dev
|
27 |
- name: Run flake8
|
28 |
run: |
|
29 |
poetry run flake8 --exit-zero
|