Skip to content

Commit 68c9200

Browse files
authored
ci: pin version for pkg check (#356)
1 parent 8fa0728 commit 68c9200

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/check-package.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,15 @@ jobs:
101101
needs: pkg-build
102102
runs-on: ubuntu-latest
103103
steps:
104+
- name: Pull reusable 🤖 actions️
105+
uses: actions/checkout@v4
106+
with:
107+
ref: ${{ inputs.actions-ref }}
108+
path: .cicd
109+
repository: Lightning-AI/utilities
110+
- name: Prepare build env.
111+
run: pip install -r ./.cicd/requirements/gha-package.txt
112+
104113
- name: Download 📥
105114
uses: actions/download-artifact@v4
106115
with:
@@ -111,7 +120,6 @@ jobs:
111120
- name: Brief look
112121
run: |
113122
ls -lh dist/
114-
pip install -q twine
115123
twine check dist/*
116124
- name: Upload 📤
117125
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)