diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48c0987..f183da5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,11 +28,12 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - uses: pre-commit/action@v3.0.0 - 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