Skip to content

Commit

Permalink
CI #62 install application before running
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 23, 2021
1 parent 55235af commit f0b57ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit-tests-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0b57ff

Please sign in to comment.