From 025f80f7677cdef27a305fe5a4e4e27a84610545 Mon Sep 17 00:00:00 2001 From: parithosh Date: Tue, 10 Jan 2023 10:23:04 +0100 Subject: [PATCH] adding install_test --- .github/workflows/run-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 3bab00950..2c7b9d883 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -71,6 +71,8 @@ jobs: uses: actions/checkout@v3.2.0 with: ref: ${{ github.event.inputs.commitRef || env.DEFAULT_BRANCH }} + - name: Install pyspec requirements + run: make install_test - name: Run linter for pyspec run: make lint - name: Run linter for test generators