Skip to content

Commit

Permalink
Merge pull request #29 from phoenixnap/hotfix/use-setup-python-action
Browse files Browse the repository at this point in the history
Using setup action instead
  • Loading branch information
valerioponte authored Dec 7, 2022
2 parents fefd5bc + 6074f69 commit 4db9f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: "Install Python and Dependencies"
- uses: ./.github/workflows/composite/setup-python
- name: "Install Dependencies for Packaging"
run: |
sudo apt-get install python3-dev
pip3 install twine
pip3 install --requirement ${{ needs.check-release.outputs.package }}/requirements.txt
Expand Down

0 comments on commit 4db9f5a

Please sign in to comment.