From f0b57ffb1aaf416a9033c2e08819fd4c1844dc5f Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Sat, 23 Oct 2021 08:38:24 -0500 Subject: [PATCH] CI #62 install application before running --- .github/workflows/unit-tests-pytest.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/unit-tests-pytest.yml b/.github/workflows/unit-tests-pytest.yml index 6180632..e3fc5c3 100644 --- a/.github/workflows/unit-tests-pytest.yml +++ b/.github/workflows/unit-tests-pytest.yml @@ -28,6 +28,12 @@ jobs: env: PY_VER: ${{ matrix.python-version }} + - name: Install application with pip + run: | + pip install -e . + env: + PY_VER: ${{ matrix.python-version }} + - name: Run the application, show version run: | adl2pydm --version