Skip to content

Commit be35a7b

Browse files
committed
[ci] Removing test without deps as pyyaml is required by dependency of boto3
1 parent eefb492 commit be35a7b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@ jobs:
5656
COVERAGE_FILE: .coverage.${{ runner.os }}-py${{ matrix.python }}
5757
CONTEXT: ${{ runner.os }}-py${{ matrix.python }}
5858

59-
- name: uninstall deps
60-
run: pip uninstall -y PyYAML
61-
62-
- name: test without deps
63-
run: make test
64-
env:
65-
COVERAGE_FILE: .coverage.${{ runner.os }}-py${{ matrix.python }}-without-deps
66-
CONTEXT: ${{ runner.os }}-py${{ matrix.python }}-without-deps
67-
6859
- run: coverage combine
6960
- run: coverage xml
7061

0 commit comments

Comments
 (0)