diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index bcc65fb47d..f2ed790c79 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -70,8 +70,7 @@ jobs: pip install codacy-coverage pip install -e . - - name: Install extra dependencies # Only develop branch right now - if: ${{ github.ref == 'refs/heads/develop' }} + - name: Install extra dependencies run: pip install -r requirements_extra.txt - name: Initialize evennia