Skip to content

Commit

Permalink
Add python actions deps needed by cache-downloads action
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Dec 3, 2024
1 parent 8e80050 commit 582b6fe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Setup Python
uses: ./.github/actions/setup-python
id: setup-python

- name: Install python packages
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@a0837df06d10de2cae8a99319e8e101a6cbe9083 # v8.4.0
with:
python-version: ${{ steps.setup-python.outputs.python-version }}

- name: Ensure required artifacts have been cached
uses: ./.github/actions/cache-downloads
with:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/enteprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Setup Python
uses: ./.github/actions/setup-python
id: setup-python

- name: Install python packages
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@a0837df06d10de2cae8a99319e8e101a6cbe9083 # v8.4.0
with:
python-version: ${{ steps.setup-python.outputs.python-version }}

- name: Ensure required artifacts have been cached
uses: ./.github/actions/cache-downloads
docker:
Expand Down

0 comments on commit 582b6fe

Please sign in to comment.