Skip to content

Commit 9acebd5

Browse files
committed
Pin ansible-lint for pywright test temp fix
1 parent 89cbae6 commit 9acebd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pyright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
python-version: '3.12'
2222
- name: install
2323
run: |
24-
pip install pyright django boto3 requests prometheus_client backoff django_prometheus langchain langchain-ollama django-health-check aiohttp ansible-lint ansible_anonymizer
24+
pip install pyright django boto3 requests prometheus_client backoff django_prometheus langchain langchain-ollama django-health-check aiohttp "ansible-lint==25.12.2" ansible_anonymizer
2525
pyright

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
'aiohttp~=3.12.14',
1111
'ansible-core~=2.16.14',
1212
'ansible-anonymizer~=1.5.0',
13-
'ansible-lint~=25.5.0',
13+
'ansible-lint==25.12.2',
1414
'boto3~=1.40',
1515
'cython',
1616
'daphne~=4.1.2',

0 commit comments

Comments
 (0)