Skip to content

Commit

Permalink
[cicd] change default windows shell
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 18, 2024
1 parent 7cc1527 commit 2b68476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: windows-latest
defaults:
run:
shell: cmd
shell: cmd /C CALL {0}
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand All @@ -75,7 +75,7 @@ jobs:
run: |
conda install -y python=3.10 pytest
conda env update --file environment.yml --name base
- name: Install package
- name: Install pyroSAR
run: |
pip install .
- name: Test with pytest
Expand Down

0 comments on commit 2b68476

Please sign in to comment.