Skip to content

Commit 3443cae

Browse files
committed
add codecov token
1 parent d13ef39 commit 3443cae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ jobs:
5151

5252
# Setup version of Python to use
5353
- name: Set Up Python ${{ matrix.python-version }}
54-
uses: actions/setup-python@v3
54+
uses: actions/setup-python@v4
5555
with:
5656
python-version: ${{ matrix.python-version }}
57+
cache: 'pip'
5758

5859
# Display the Python version being used
5960
- name: Display Python version
@@ -176,6 +177,7 @@ jobs:
176177
uses: codecov/codecov-action@v3
177178
with:
178179
verbose: true
180+
token: ${{ secrets.CODECOV_TOKEN }}
179181

180182
- name: test build_doc
181183
run: |

0 commit comments

Comments
 (0)