Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-15176 ansible-lint: workaround for version problem #1683

Merged
merged 1 commit into from
Jan 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: ansible/ansible-lint-action@c37fb7b4bda2c8cb18f4942716bae9f11b0dc9bc
with:
targets: tools/scripts/ansible/*-playbook.yml
override-deps: |
rich>=9.5.1,<11.0.0
- name: Cache lint npm repository
uses: actions/cache@v2
with:
Expand All @@ -34,7 +36,7 @@ jobs:
timeout-minutes: 10
run: (cd tools/cldr-apps/js && npm t)
build:
runs-on: macos-latest
runs-on: macos-10.15 # see https://github.com/actions/virtual-environments/issues/4060
steps:
- uses: actions/checkout@v2
with:
Expand Down