From fc39fb352ecf2316e2a207944d8ed59643c3bb3e Mon Sep 17 00:00:00 2001 From: IAmTomahawkx Date: Tue, 21 Sep 2021 14:35:13 -0700 Subject: [PATCH] remove redundant pip install --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1991b5c3..39e215dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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