Skip to content

Commit

Permalink
[Modify]
Browse files Browse the repository at this point in the history
  • Loading branch information
EEprotocol committed Apr 2, 2024
1 parent fed5a33 commit 48935fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: Install poetry
- name: Install each
run: |
pipx install poetry
pipx install pyright
pipx install pynvim
pipx install neovim
sudo snap install neovim
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand Down

0 comments on commit 48935fa

Please sign in to comment.