Skip to content

Commit 84add11

Browse files
committed
Update .github/workflows/ci.yml
1 parent 9a40d47 commit 84add11

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
vim_version: ${{ matrix.vim_version }}
5252
download: ${{ matrix.download }}
5353
- name: Setup Python
54-
uses: actions/setup-python@v3
54+
uses: actions/setup-python@v4
55+
with:
56+
python-version: 3.x
5557
- name: Install covimerage
5658
run: |
5759
python -m pip install -U pip setuptools wheel

0 commit comments

Comments
 (0)