File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/create-conda-env Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 else
1717 echo "Creating a conda environment for each toolchain with the toolchain installed"
1818 conda activate base
19- conda-lock install -n ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)-riscv-tools ./conda-requirements-riscv-tools-linux-64.conda-lock.yml
20- conda-lock install -n ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)-esp-tools ./conda-requirements-esp-tools-linux-64.conda-lock.yml
19+ conda-lock install -n ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)-riscv-tools ./conda-reqs/conda-lock-reqs/conda- requirements-riscv-tools-linux-64.conda-lock.yml
20+ conda-lock install -n ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)-esp-tools ./conda-reqs/conda-lock-reqs/conda- requirements-esp-tools-linux-64.conda-lock.yml
2121 conda deactivate
2222
2323 if [[ "${{ inputs.install-collateral }}" == 'true' ]]; then
You can’t perform that action at this time.
0 commit comments