Skip to content

Commit

Permalink
ci: fix source gha requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 26, 2024
1 parent 14c84be commit 941ad99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/pkg-create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Prepare dev. env
run: pip install -r requirements/gha-package.txt
shell: bash

- name: Create package 📦
# python setup.py clean
run: python -m build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
ref: ${{ inputs.actions-ref }}
path: .cicd
repository: Lightning-AI/utilities
- name: Prepare build env.
run: pip install -r ./.cicd/requirements/gha-package.txt
- name: Create package 📦
uses: ./.cicd/.github/actions/pkg-create
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
with:
python-version: 3.8

- name: Prepare build env.
run: pip install -r ./requirements/gha-package.txt
- name: Create 📦 package
uses: ./.github/actions/pkg-create
- name: Upload 📤 to the share store
Expand Down

0 comments on commit 941ad99

Please sign in to comment.