Skip to content

Commit

Permalink
ci: pin version for pkg check
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jan 22, 2025
1 parent 8fa0728 commit 9c15ac9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/check-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@ jobs:
needs: pkg-build
runs-on: ubuntu-latest
steps:
- name: Pull reusable 🤖 actions️
uses: actions/checkout@v4
with:
ref: ${{ inputs.actions-ref }}
path: .cicd
repository: Lightning-AI/utilities
- name: Prepare build env.
run: pip install -r ./.cicd/requirements/gha-package.txt

- name: Download 📥
uses: actions/download-artifact@v4
with:
Expand All @@ -111,7 +120,6 @@ jobs:
- name: Brief look
run: |
ls -lh dist/
pip install -q twine
twine check dist/*
- name: Upload 📤
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9c15ac9

Please sign in to comment.