Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Sep 1, 2024
1 parent d8766ff commit 602c2ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
Remove the stale label or comment if this issue is still relevant for you.
If not, please close it yourself.
days-before-issue-stale: 365
day-before-pr-stale: -1
days-before-pr-stale: -1
days-before-close: -1
days-before-pr-close: -1
2 changes: 1 addition & 1 deletion .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
platforms: ${{ matrix.platform }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{steps.meta.output.labels}}
labels: ${{steps.meta.outputs.labels}}
cache-from: type=gha,scope=$GITHUB_REF_NAME-${{ matrix.platform }}
cache-to: type=gha,mode=max,scope=$GITHUB_REF_NAME-${{ matrix.platform }}

Expand Down
10 changes: 7 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ repos:
- id: debug-statements
- id: end-of-file-fixer
- id: check-merge-conflict
- repo: https://github.com/python-poetry/poetry
rev: '1.8.0'
hooks:
- repo: https://github.com/python-poetry/poetry
rev: '1.8.0'
hooks:
- id: poetry-check
- id: poetry-lock
entry: env PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring poetry lock
- id: poetry-install
- repo: https://github.com/rhysd/actionlint
rev: 'v1.7.1'
hooks:
- id: actionlint

0 comments on commit 602c2ac

Please sign in to comment.