Skip to content

Commit 7c9275c

Browse files
committed
add multicpu test
1 parent 615f659 commit 7c9275c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip
40+
pip install .
4041
pip install coverage
4142
pip install pytest pytest-cov
4243
pip install -r requirements.txt
@@ -49,7 +50,7 @@ jobs:
4950
export MASTER_ADDR=localhost
5051
export MASTER_PORT=12345
5152
export PYTHONPATH=MCintegration
52-
pytest --cov --cov-report=xml
53+
pytest --cov --cov-report=xml --ignore=examples
5354
5455
- name: Upload coverage to Codecov
5556
uses: codecov/codecov-action@v4
File renamed without changes.

0 commit comments

Comments
 (0)