X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c940f75d5b646777427aef1beb18a0d2c391f5e2..6c1bd08f16b636de38b92aeb2e0a1e8ebef0a0b1:/.github/workflows/uvloop_test.yml diff --git a/.github/workflows/uvloop_test.yml b/.github/workflows/uvloop_test.yml index bbc3993..9f24782 100644 --- a/.github/workflows/uvloop_test.yml +++ b/.github/workflows/uvloop_test.yml @@ -33,7 +33,9 @@ jobs: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 + with: + python-version: "*" - name: Install latest pip run: |