File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
30
30
python -m pip install --upgrade pip
31
31
pip install numpy coverage
32
32
pip install ./pyobs
33
- cd pyobs
34
- python setup.py build_ext
35
- python setup.py clean
33
+ # cd pyobs
34
+ # python setup.py build_ext
35
+ # python setup.py clean
36
36
37
37
- name : Test
38
38
run : |
39
- export PYTHONPATH=$PWD/pyobs/
39
+ # export PYTHONPATH=$PWD/pyobs/
40
40
cd pyobs
41
41
./tests/run "coverage run -p"
42
42
48
48
coverage xml # Export coverage report as XML file, for codecov.i
49
49
50
50
- name : Upload coverage to Codecov
51
- if : matrix.python-version == 3.6
51
+ if : matrix.python-version == 3.8
52
52
env :
53
53
PYTHON_VERSION : python${{ matrix.python-version }}
54
54
CODECOV_TOKEN : " 6f56ccbf-ceab-4666-81a7-fc2431ba9bb8"
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ __pycache__/
6
6
* .ipynb *
7
7
* .so
8
8
! doc /tutorials /* ipynb
9
+ * egg-info
9
10
10
11
# ignores vim swap files
11
12
* .swp
You can’t perform that action at this time.
0 commit comments