Skip to content

Commit 8802e08

Browse files
authored
Update CI.yml
1 parent c045667 commit 8802e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip
40-
pip install .
4140
pip install coverage
4241
pip install pytest pytest-cov
4342
pip install -r requirements.txt
4443
4544
- name: Run tests
4645
run: |
46+
cat codecov.yml | curl --data-binary @- https://codecov.io/validate
4747
export PYTHONPATH=MCintegration
4848
pytest --cov --cov-report=xml
4949

0 commit comments

Comments
 (0)