Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry committed Apr 30, 2024
1 parent a2f9175 commit d448815
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,14 @@ inputs:
runs:
using: composite
steps:
- name: install dependencies
run: >
pip3 install tomli packaging pyyaml $PIP_OPTIONS
shell: bash
env:
PIP_OPTIONS: --break-system-packages
- name: create environment file
run: >
pip3 install tomli packaging pyyaml --break-system-packages &&
python3 $GITHUB_ACTION_PATH/pydeps2env/generate_environment.py ${{ inputs.files }}
--output ${{ inputs.output }}
--channels ${{ inputs.channels }}
Expand Down

0 comments on commit d448815

Please sign in to comment.