We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615f659 commit 7c9275cCopy full SHA for 7c9275c
.github/workflows/CI.yml
@@ -37,6 +37,7 @@ jobs:
37
- name: Install dependencies
38
run: |
39
python -m pip install --upgrade pip
40
+ pip install .
41
pip install coverage
42
pip install pytest pytest-cov
43
pip install -r requirements.txt
@@ -49,7 +50,7 @@ jobs:
49
50
export MASTER_ADDR=localhost
51
export MASTER_PORT=12345
52
export PYTHONPATH=MCintegration
- pytest --cov --cov-report=xml
53
+ pytest --cov --cov-report=xml --ignore=examples
54
55
- name: Upload coverage to Codecov
56
uses: codecov/codecov-action@v4
examples/mc_multicpu_test.py renamed to MCintegration/mc_multicpu_test.py
0 commit comments