Skip to content

Commit

Permalink
halfway there, attempting to make PR-checker work as well
Browse files Browse the repository at this point in the history
bulricht committed Mar 14, 2024

Verified

This commit was signed with the committer’s verified signature.
jenniferarnesen Jen Jones Arnesen
1 parent 2225552 commit d93e00c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
@@ -25,14 +25,13 @@ jobs:
- 'tests/**'
- name: Set up Python 3.9
uses: actions/setup-python@v4.6.0
uses: actions/setup-python@v2
with:
python-version: 3.9

- name: Install dependencies
run: |
make init-dev
pip install -e .[tests]
- name: Linting check
id: linting_check
@@ -53,4 +52,4 @@ jobs:
cov-omit-list: tests/*, *__init__*, *__version__*, *__main__*, *exceptions*
cov-threshold-single: 85
cov-threshold-total: 90
async-tests: false
async-tests: true

0 comments on commit d93e00c

Please sign in to comment.