Skip to content

Commit e195368

Browse files
committed
fix: remove docker from ci
1 parent 1716e8f commit e195368

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,6 @@ on:
88

99
jobs:
1010
build:
11-
name: docker
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v2
15-
- name: Execute linters and test suites
16-
run: ./docker/cibuild
17-
- name: Upload All coverage to Codecov
18-
uses: codecov/codecov-action@v1
19-
with:
20-
token: ${{ secrets.CODECOV_TOKEN }}
21-
file: ./coverage.xml
22-
fail_ci_if_error: false
2311
python-matrix:
2412
name: python-matrix
2513
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)