Skip to content

Commit

Permalink
generate-srcinfo: specify new extras for msys2-devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 16, 2025
1 parent 5321511 commit e349a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-srcinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install dependencies
run: |
pipx install --python '${{ steps.setup-python.outputs.python-path }}' git+https://github.com/msys2/msys2-devtools
pipx install --python '${{ steps.setup-python.outputs.python-path }}' 'msys2-devtools[srcinfo-cache] @ git+https://github.com/msys2/msys2-devtools'
- uses: msys2/setup-msys2@v2
id: msys2
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Install dependencies
run: |
pipx install --python '${{ steps.setup-python.outputs.python-path }}' git+https://github.com/msys2/msys2-devtools
pipx install --python '${{ steps.setup-python.outputs.python-path }}' 'msys2-devtools[pypi-cache,sbom] @ git+https://github.com/msys2/msys2-devtools'
- name: Update the PyPI cache
run: |
Expand Down

0 comments on commit e349a29

Please sign in to comment.