Skip to content

Commit

Permalink
test: add editable test
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 20, 2023
1 parent 241d238 commit 9c1e6d6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,16 @@ jobs:
pip install .
- name: Run tests
run: pytest
pytest-editable:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: |
sudo apt-get install sox
python -m pip install --upgrade pip
pip install -r requirements.dev.txt
pip install -e .
- name: Run tests
run: pytest

0 comments on commit 9c1e6d6

Please sign in to comment.