Skip to content

Commit

Permalink
Specify bash, Windows doesn't have rm -rf by default...
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Dec 18, 2024
1 parent 6674346 commit 2e06b03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_release_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- uses: actions/checkout@v4

- name: Delete source (to be sure we are testing Conda package!)
run: rm -rf euphonic
shell: bash -el {0}
run: rm -r euphonic

- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit 2e06b03

Please sign in to comment.