Skip to content

Commit

Permalink
Remove setup python as a step
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Jun 12, 2024
1 parent 68fac81 commit 5a7a0db
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ runs:
## `-----------------------' ##
############################################################

- name: '[Unix] Set up Python'
if: ${{ inputs.os != 'windows' }}
uses: actions/setup-python@v5
with:
update-environment: false
python-version: 3.11


- name: '[Unix] Setup Conda'
uses: conda-incubator/[email protected]
if: ${{ inputs.os != 'windows' }}
Expand Down Expand Up @@ -314,13 +306,6 @@ runs:
## ##
#####################################################################################

- name: '[Win] Set up Python'
if: ${{ inputs.os == 'windows' }}
uses: actions/setup-python@v5
with:
update-environment: false
python-version: 3.11

- name: '[Win] Setup Conda'
uses: conda-incubator/[email protected]
if: ${{ inputs.os == 'windows' }}
Expand Down

0 comments on commit 5a7a0db

Please sign in to comment.