remove redundant pip install
This commit is contained in:
parent
99285baf1a
commit
fc39fb352e
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -22,7 +22,6 @@ jobs:
|
|||||||
- name: Run type checking
|
- name: Run type checking
|
||||||
run: |
|
run: |
|
||||||
npm install -g pyright
|
npm install -g pyright
|
||||||
pip install -r requirements.txt
|
|
||||||
pip install .
|
pip install .
|
||||||
pyright --lib --verifytypes discord --ignoreexternal
|
pyright --lib --verifytypes discord --ignoreexternal
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user