Skip to content

Commit

Permalink
copy instead of move conda-bld so that spyder-kernels cache will save
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Jul 24, 2023
1 parent d7f35d2 commit 6c7c9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installers-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ jobs:
CONDA_BLD_PATH: ${{ runner.temp }}/conda-bld
run: |
# Spyder cannot be built inside workspace; change conda build directory
# Move built packages to new build location
[[ -d build/conda-bld ]] && mv -v build/conda-bld $CONDA_BLD_PATH
# Copy built packages to new build location
[[ -d build/conda-bld ]] && cp -Rv build/conda-bld $CONDA_BLD_PATH
ls -al $CONDA_BLD_PATH
echo build spyder...
Expand Down

0 comments on commit 6c7c9da

Please sign in to comment.