diff --git a/build/action.yml b/build/action.yml index 03f3ef9..50df9b1 100644 --- a/build/action.yml +++ b/build/action.yml @@ -69,11 +69,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: |