Skip to content

Commit ecb1b75

Browse files
committed
feature add
1 parent 019047b commit ecb1b75

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
pip install -r requirements.txt
3535
pip install -r docs/requirements.txt
36-
36+
3737
- name: Install lcov
3838
run: |
3939
sudo apt-get update
@@ -42,15 +42,15 @@ jobs:
4242
- name: Build package
4343
run: |
4444
CXXFLAGS=--coverage CFLAGS=--coverage python scripts/build/install.py
45-
# coverage tests
45+
# coverage tests
4646
- name: Run tests
4747
run: |
4848
python -m pytest --doctest-modules --cov=./ --cov-report=xml -s
4949
5050
- name: Capture Coverage Data with lcov
5151
run: |
5252
lcov --capture --directory . --output-file coverage.info --no-external
53-
53+
5454
- name: Generate HTML Coverage Report with genhtml
5555
run: |
5656
genhtml coverage.info --output-directory coverage_report
@@ -177,7 +177,6 @@ jobs:
177177
update-conda: true
178178
python-version: ${{ matrix.python-version }}
179179
conda-channels: anaconda, conda-forge
180-
- run: conda --version
181180
- run: which python
182181

183182
- name: Upgrade pip version

0 commit comments

Comments
 (0)