remove redundant pip install

This commit is contained in:
IAmTomahawkx 2021-09-21 14:35:13 -07:00
parent 99285baf1a
commit fc39fb352e

View File

@ -22,7 +22,6 @@ jobs:
- name: Run type checking
run: |
npm install -g pyright
pip install -r requirements.txt
pip install .
pyright --lib --verifytypes discord --ignoreexternal