Skip to content

Commit

Permalink
Change tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Nov 5, 2024
1 parent a7c016d commit a3dc636
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
triplet: x64-windows
env:
CONDA_ENV_NAME: gadma_env
defaults:
run:
shell: bash -el {0}

steps:
- name: Cancel previous runs.
Expand All @@ -34,7 +37,6 @@ jobs:
- name: Set up Conda environment.
uses: conda-incubator/setup-miniconda@v3
continue-on-error: true
shell: bash -l {0}
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand All @@ -43,7 +45,6 @@ jobs:
solver: classic

- name: Install dadi and scikit-allel using conda.
shell: bash -l {0}
run: |
conda install dadi
conda install scikit-allel
Expand All @@ -59,7 +60,6 @@ jobs:
- name: Uninstall SMAC (Windows).
if: runner.os == 'Windows'
shell: bash -l {0}
run: |
pip3 uninstall -y smac
Expand Down

0 comments on commit a3dc636

Please sign in to comment.