Skip to content

Commit

Permalink
fix: failed jobs on GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
FomalhautWeisszwerg committed Jan 25, 2024
1 parent 54de8fb commit 5add52c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: '**/pyproject.toml'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ".[dev]" && pip uninstall -y pytest-sqlalchemy-mock
pip install --no-cache-dir ".[dev]"
pip uninstall -y pytest-sqlalchemy-mock
- name: Run pre commit hooks
run: |
pre-commit run --all-files --show-diff-on-failure
Expand Down
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ repos:
rev: 23.12.1
hooks:
- id: black
language_version: python3.12

0 comments on commit 5add52c

Please sign in to comment.