diff --git a/.github/workflows/biweekly.yml b/.github/workflows/biweekly.yml index 9e29379..1854c93 100644 --- a/.github/workflows/biweekly.yml +++ b/.github/workflows/biweekly.yml @@ -39,11 +39,14 @@ jobs: path: ./.venv key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }} - - name: "Install" - run: poetry install + - name: "Install infretis" + run: pip install . - name: "Install turtlemd" run: pip install turtlemd + - name: "Install pytest" + run: pip install pytest + - name: "Run pytest" run: poetry run pytest test