From 437d3edf1a2a5f2f5cb8d8b0cd11bd6d74c1fb32 Mon Sep 17 00:00:00 2001 From: Vadim Melnik Date: Mon, 9 Oct 2023 23:14:39 +0300 Subject: [PATCH] PyTest integrations with github workflow actions (work-in-progress). --- .github/workflows/pytest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 49622b7..b3b4208 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -42,7 +42,7 @@ jobs: sudo apt install python3.11-venv -y shell: bash - - name: Create venv and poetry + - name: Create venv and poetry build run: | pwd ls -l @@ -53,6 +53,8 @@ jobs: venv/bin/poetry env use `which python3` venv/bin/python --version venv/bin/poetry --version + venv/bin/poetry install + venv/bin/poetry build shell: bash - name: Setup test DB