Skip to content

Commit

Permalink
ci: install KeyWin without setting up Python
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Jun 21, 2023
1 parent 3bd7535 commit 092bbf6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -38,12 +33,12 @@ jobs:
python-version: 3.11
cache: pip

- name: Build the extension
run: python setup.py build_ext --inplace

- name: Install the development dependencies
run: pip install -r requirements.txt

- name: Build the extension
run: python setup.py build_ext --inplace

- name: Run linter
run: pylint $(git ls-files '*.py')

Expand Down

0 comments on commit 092bbf6

Please sign in to comment.