Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry authored Mar 11, 2024
1 parent 89079ca commit 8eb2578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ inputs:
Specify one or more optional [extras_require] sections to add to the environment
(e.g. 'test' to include package that you would normally install with 'pip install pkg[test]')
required: false
setup_requires:
build_system:
description: >-
if set to 'include' the dependencies listed under [options]:setup_requires will be added to the environment
if set to 'include' the dependencies listed under [build-system] or [options]:setup_requires will be added to the environment
(default is 'omit' so no setup dependencies will be installed)
required: false
default: omit
Expand All @@ -43,7 +43,7 @@ runs:
--output ${{ inputs.output }}
--channels ${{ inputs.channels }}
--extras ${{ inputs.extras }}
--setup_requires ${{ inputs.setup_requires }}
--build_system ${{ inputs.build_system }}
--pip ${{ inputs.pip }}
shell: bash
- name: show environment file
Expand Down

0 comments on commit 8eb2578

Please sign in to comment.