Skip to content

Commit d3e1d7c

Browse files
committed
Revert "ci: use aqua instead"
This reverts commit cc2c079.
1 parent d0e4371 commit d3e1d7c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,17 @@ 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-
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
40+
- name: setup python
41+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
4142
with:
42-
aqua_version: v2.28.1
43+
python-version: '3.10'
4344
- name: collect coverage
4445
env:
4546
THEMIS_PROFILE: ${{ github.workspace }}/vim-profile-${{ runner.os }}-${{ matrix.neovim }}-${{ matrix.version }}.txt
4647
run: |
47-
rye sync
48-
rye run covimerage write_coverage "${THEMIS_PROFILE}"
49-
rye run covimerage xml
48+
pip install covimerage
49+
covimerage write_coverage "${THEMIS_PROFILE}"
50+
covimerage xml
5051
- uses: k1LoW/octocov-action@5213913fe329368ab9dafa16f18f4f3cce1062f0 # v1.3.0
5152
- name: create filename
5253
id: filename

0 commit comments

Comments
 (0)