Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
can't use official pre-commit github action
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Jan 3, 2024
1 parent 19e1e9b commit 9eef64c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: pre-commit/[email protected]
- name: Install dependencies
run: |
pip install poetry
poetry config virtualenvs.create false
poetry install
- name: Run pre-commit against all files
run: pre-commit run --all-files
- name: Run nose tests
run: nosetests httpobs/tests -e insert_test_result -e scored_test -e select_test_results -e test_retrieve --with-coverage --cover-package=httpobs

0 comments on commit 9eef64c

Please sign in to comment.