8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c8d73 commit 33f3e8fCopy full SHA for 33f3e8f
.github/workflows/test.yml
@@ -55,7 +55,9 @@ jobs:
55
with:
56
python-version: ${{ matrix.python-version }}
57
- name: Install system dependencies
58
- run: sudo apt install --no-install-recommends -y gdal-bin
+ run: |
59
+ sudo apt update
60
+ sudo apt install --no-install-recommends -y gdal-bin
61
- name: Setup solr test server in Docker
62
run: bash test_haystack/solr_tests/server/setup-solr-test-server-in-docker.sh
63
- name: Install dependencies
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
args: [--target-version, "5.0"] # Replace with Django version
8
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.5.4
+ rev: v0.5.5
11
hooks:
12
- id: ruff
13
# args: [ --fix, --exit-non-zero-on-fix ]
0 commit comments