File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- python-version : ["3.10", "3.11", "3.12 "]
15+ python-version : ["3.11 "]
1616
1717 env :
1818 R_LIBS_USER : ./r-libs
4040
4141 - name : Load cached venv
4242 id : cached-poetry-dependencies
43- uses : actions/cache@v2
43+ uses : actions/cache@v3
4444 with :
4545 path : .venv
4646 key : venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
@@ -62,11 +62,11 @@ jobs:
6262 source .venv/bin/activate
6363 pytest -n 2 --cov . --cov-report=xml
6464
65- - name : Upload coverage to Codecov
66- uses : codecov/codecov-action@v3
67- with :
68- file : ./coverage.xml
69- flags : unittests
70- name : codecov-umbrella
71- fail_ci_if_error : true
72- verbose : true
65+ # - name: Upload coverage to Codecov
66+ # uses: codecov/codecov-action@v3
67+ # with:
68+ # file: ./coverage.xml
69+ # flags: unittests
70+ # name: codecov-umbrella
71+ # fail_ci_if_error: true
72+ # verbose: true
You can’t perform that action at this time.
0 commit comments