From 54fed6c928893d2f998a3af907a56ca9223869fc Mon Sep 17 00:00:00 2001 From: Tekktrik Date: Fri, 14 Jul 2023 16:12:54 -0400 Subject: [PATCH] Remove duplicate pip install --- build/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build/action.yml b/build/action.yml index 7495195..baa1365 100644 --- a/build/action.yml +++ b/build/action.yml @@ -65,11 +65,6 @@ runs: - name: Install pytest shell: bash run: pip install pytest - - name: Install dependencies - shell: bash - run: | - pip install -r requirements.txt - pip install -r optional_requirements.txt - name: Run pytest shell: bash run: |