Skip to content

Commit e7a5001

Browse files
committed
update ci.yml v2
1 parent c41f0b8 commit e7a5001

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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
@@ -40,7 +40,7 @@ jobs:
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

0 commit comments

Comments
 (0)