We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5991534 commit a9d3b1aCopy full SHA for a9d3b1a
.github/workflows/ci.yml
@@ -40,6 +40,9 @@ jobs:
40
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
41
with:
42
python-version: '3.10'
43
+ - uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
44
+ with:
45
+ aqua_version: v2.28.1
46
- name: collect coverage
47
env:
48
THEMIS_PROFILE: ${{ github.workspace }}/vim-profile-${{ runner.os }}-${{ matrix.neovim }}-${{ matrix.version }}.txt
0 commit comments