Skip to content

Commit 8d598ee

Browse files
committed
fix ci
1 parent 0ca4731 commit 8d598ee

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- name: Linux py36
22-
pyversion: '3.6'
23-
- name: Linux py37
24-
pyversion: '3.7'
25-
- name: Linux py38
26-
pyversion: '3.8'
2721
- name: Linux py39
2822
pyversion: '3.9'
2923
steps:
@@ -39,7 +33,7 @@ jobs:
3933
- name: Lint
4034
run: poetry run flake8
4135
- name: Test
42-
run: poetry run pytest --cov=observ --cov-report=term-missing
36+
run: poetry run pytest
4337

4438
build:
4539
name: Build and test wheel

0 commit comments

Comments
 (0)