Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 23, 2025
1 parent c2b1637 commit e837b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache: "pip"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -143,4 +143,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Python ${{ matrix.python-version }} tests
conclusion: ${{ job.status }}
conclusion: ${{ job.status }}

0 comments on commit e837b4c

Please sign in to comment.