Skip to content

Commit 067c974

Browse files
committed
ci: use ==
1 parent a058bca commit 067c974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
THEMIS_PROFILE: ${{ github.workspace }}/vim-profile-${{ runner.os }}-${{ matrix.neovim }}-${{ matrix.version }}.txt
4747
run: |
48-
pip install covimerage=0.2.2
48+
pip install covimerage==0.2.2
4949
covimerage write_coverage "${THEMIS_PROFILE}"
5050
covimerage xml
5151
- uses: k1LoW/octocov-action@5213913fe329368ab9dafa16f18f4f3cce1062f0 # v1.3.0

0 commit comments

Comments
 (0)