Skip to content

Commit 848fa5b

Browse files
committed
Fix coverage
1 parent bb1b745 commit 848fa5b

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -94,28 +94,6 @@ jobs:
9494
- name: Checkout code
9595
uses: actions/checkout@v2
9696

97-
- name: Set up Python ${{ matrix.python-version }}
98-
uses: actions/setup-python@v2
99-
with:
100-
python-version: '3.10'
101-
102-
- name: Cache pip
103-
uses: actions/cache@v2
104-
with:
105-
path: ~/.cache/pip
106-
key: ${{ runner.os }}-python-3.10-pip-${{ hashFiles('requirements*.txt') }}
107-
restore-keys: |
108-
${{ runner.os }}-python-3.10-pip-${{ hashFiles('requirements*.txt') }}
109-
${{ runner.os }}-python-3.10-pip-
110-
${{ runner.os }}-python
111-
${{ runner.os }}-
112-
113-
- name: Upgrade pip
114-
run: python -m pip install --upgrade pip setuptools wheel
115-
116-
- name: Install dependencies
117-
run: pip install -I -r requirements.txt -r requirements-test.txt
118-
11997
- name: Download all coverage reports
12098
uses: actions/download-artifact@v2
12199
with:

0 commit comments

Comments
 (0)