From 9982633e0259f9ebd9f83e80dd88e39577a5c640 Mon Sep 17 00:00:00 2001 From: winstxnhdw Date: Thu, 22 Jun 2023 05:54:49 +0800 Subject: [PATCH] ci: install `KeyWin` without setting up Python --- .github/workflows/main.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 48ae088..4924be7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,11 +14,6 @@ jobs: runs-on: windows-latest steps: - - name: Setup Python - uses: actions/setup-python@v4 - with: - python-version: 3.11 - - name: Install KeyWin run: pip install git+https://github.com/winstxnhdw/KeyWin