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 cbfc101 commit 00892df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,10 @@ jobs:
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
run: uv python install
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
Expand Down

0 comments on commit 00892df

Please sign in to comment.