diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e5bd02..2dafdae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,11 +3,11 @@ name: bot-eotest-configs CI on: push: branches: - -master + - master pull_request: branches: - -master + - master workflow_dispatch: null @@ -29,6 +29,10 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install test dependencies + run: | + pip install numpy + - name: Clone the package and checkout the branch shell: bash -l {0} run: |