Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Sep 7, 2024
1 parent 8338b99 commit e0e816f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,9 @@ outputs:
runs:
using: "composite"
steps:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Dependencies
shell: bash
run: pip install -r requirements.txt
run: python -m pip install -r ${GITHUB_ACTION_PATH}/requirements.txt
- name: List Make Prerequisites
id: list-make-prerequisites
shell: bash
Expand Down

0 comments on commit e0e816f

Please sign in to comment.