Skip to content

Commit

Permalink
use editable install instaed
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Oct 31, 2023
1 parent 2a42c41 commit cf3af2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Test with pytest
on: [pull_request, workflow_call]

jobs:
build:

tests:
name: Test with py${{ matrix.python }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -25,11 +25,11 @@ jobs:
- name: Install conda dependencies
shell: bash -el {0}
run: |
mamba install -c conda-forge -c bioconda bcftools pip
mamba install -c conda-forge -c bioconda bcftools pip pytest pytest-cov
- name: Install pytest and trtools
shell: bash -el {0}
run: |
pip install pytest pytest-cov trtools
pip install -e .
- name: Test with pytest
shell: bash -el {0}
run: |
Expand Down

0 comments on commit cf3af2e

Please sign in to comment.