diff --git a/.github/workflows/tests-check.yml b/.github/workflows/tests-check.yml index 8e7229e..c94ad16 100644 --- a/.github/workflows/tests-check.yml +++ b/.github/workflows/tests-check.yml @@ -38,6 +38,11 @@ jobs: - name: Install dependencies run: PYTHON_VERSION=${{ matrix.python-version }} make install + - name: Init Pipelex + run: | + source .venv/bin/activate + echo -e "y\nA\n1" |pipelex init + - name: Boot test run: make tp TEST=TestFundamentals