Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed Nov 17, 2024
1 parent 00892df commit 278b9a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,11 @@ jobs:
uses: actions/setup-python@v5.3.0
with:
python-version-file: pyproject.toml
cache-dependency-path: poetry.lock
- name: Install dependencies
run: uv sync --dev
- name: Install dependencies from Ansible Galaxy
run: |
uv run poe ansible-galaxy-install -- --role-file=ansible/requirements.yml
uv run poe ansible-galaxy-install --role-file=ansible/requirements.yml
- name: Lint Ansible
run: |
uv run poe lint-ansible
Expand Down

0 comments on commit 278b9a6

Please sign in to comment.