Browse Source

[FIX] fix bug in build-and-test.yaml

pull/1/head
Gao Enhao 2 years ago
parent
commit
b55b16c118
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/build-and-test.yaml

+ 2
- 0
.github/workflows/build-and-test.yaml View File

@@ -25,6 +25,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r build_tools/requirements.txt
- name: Install
run: pip install -v -e .
- name: Run tests
run: |
pytest --cov-config=.coveragerc --cov-report=xml --cov=abl ./tests


Loading…
Cancel
Save