Skip to content

Commit cc2c079

Browse files
committed
ci: use aqua instead
1 parent 95501a2 commit cc2c079

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,16 @@ jobs:
3737
THEMIS_PROFILE: ${{ github.workspace }}/vim-profile-${{ runner.os }}-${{ matrix.neovim }}-${{ matrix.version }}.txt
3838
run: |
3939
${GITHUB_WORKSPACE}/vim-themis/bin/themis --reporter dot
40-
- name: setup python
41-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
40+
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
4241
with:
43-
python-version: '3.10'
42+
aqua_version: v2.28.1
4443
- name: collect coverage
4544
env:
4645
THEMIS_PROFILE: ${{ github.workspace }}/vim-profile-${{ runner.os }}-${{ matrix.neovim }}-${{ matrix.version }}.txt
4746
run: |
48-
pip install covimerage
49-
covimerage write_coverage "${THEMIS_PROFILE}"
50-
covimerage xml
47+
rye sync
48+
rye run covimerage write_coverage "${THEMIS_PROFILE}"
49+
rye run covimerage xml
5150
- uses: k1LoW/octocov-action@5213913fe329368ab9dafa16f18f4f3cce1062f0 # v1.3.0
5251
- name: create filename
5352
id: filename

0 commit comments

Comments
 (0)