Skip to content

Commit

Permalink
windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Aug 27, 2024
1 parent 669d0fd commit a26c415
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
- uses: actions/checkout@v4
- name: Setup environment (windows)
if: matrix.operating-system == 'windows-latest'
run: cp .ci_support/environment.yml environment.yml
shell: bash -l {0}
run: |
cp .ci_support/environment.yml environment.yml
echo -e "channels:\n - conda-forge\n" > .condarc
- name: Setup environment (unix)
if: matrix.operating-system != 'windows-latest'
shell: bash -l {0}
Expand Down

0 comments on commit a26c415

Please sign in to comment.