Skip to content

Commit

Permalink
conda init
Browse files Browse the repository at this point in the history
  • Loading branch information
jitu5 committed Mar 23, 2024
1 parent 62030ac commit c920cf5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/actions/win_setup_python_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ runs:
with:
auto-update-conda: true
python-version: ${{ inputs.python_version }}
# - name: Install and initialize Miniconda
# run: |-
# choco install miniconda3 -y
# refreshenv
# C:\tools\miniconda3\Scripts\conda init powershell
# shell: pwsh
- name: Explicitly initialize conda
run: conda init bash
shell: bash
- name: Create 'kedro-viz' conda environment
run: conda create --name kedro-viz python=${{ inputs.python_version }} -y
shell: bash -l {0}
shell: bash
- name: Install Kedro-Viz dependencies
run: |-
conda activate kedro-viz
Expand Down

0 comments on commit c920cf5

Please sign in to comment.