Skip to content

Commit

Permalink
fix: editable setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rilshok committed Jun 22, 2024
1 parent f6971b4 commit 2a65e66
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install .[dev] pytest-md pytest-cov
pip install -e .[dev]
- name: Run pre-commit hooks
uses: pre-commit/[email protected]
- name: Build coverage file
Expand All @@ -39,8 +38,3 @@ jobs:
with:
pytest-coverage-path: ./pytest-coverage.txt
junitxml-path: ./pytest.xml

# - name: Run pytest
# uses: pavelzw/pytest-action@v2
# with:
# emoji: false

0 comments on commit 2a65e66

Please sign in to comment.