Skip to content

Commit

Permalink
attempt to fix github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Jul 11, 2024
1 parent d3f0a85 commit 0a8205f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install dependencies
run: |
pip install .
pip install -e .
- name: Setup node.js
uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ repos:
entry: pytest
types: [python]
pass_filenames: false
args: [--cov=sidecar]
- id : pytest-coverage
name: coverage
language: python
Expand Down

0 comments on commit 0a8205f

Please sign in to comment.