Skip to content

Commit 62c3c19

Browse files
authored
Update CI.yml
1 parent 54601f5 commit 62c3c19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- test
77
pull_request:
88
branches:
9-
- master
9+
- test
1010

1111
permissions:
1212
contents: write
@@ -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
@@ -48,7 +49,6 @@ jobs:
4849
export WORLD_SIZE=1
4950
export MASTER_ADDR=localhost
5051
export MASTER_PORT=12345
51-
export PYTHONPATH=MCintegration
5252
pytest --cov --cov-report=xml --ignore=examples
5353
5454
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)