Skip to content

Commit

Permalink
Change tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Nov 4, 2024
1 parent d03dc2d commit 6611c8d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,6 @@ jobs:
activate-environment: ${{ env.CONDA_ENV_NAME }}
solver: classic

- name: Install dadi and scikit-allel using conda.
run: |
conda install dadi
conda install scikit-allel
- name: Install GADMA and its dependencies.
run: |
bash install
# pip3 install Cython==0.29.18 # otherwise ConfigsSpace cause error for macOS
# TypeError: Expected float, got numpy.float64 when using Float
pip3 install -r requirements/bayes_opt.txt
pip3 install -r requirements/bayes_opt_addit.txt
pip3 install .
- name: Install msprime and momi2 (MacOS).
run: |
brew install gsl homebrew/core/hdf5
Expand All @@ -84,6 +70,20 @@ jobs:
pip install momi
python3 -m pip install --upgrade wheel
if: matrix.os != 'macos-latest' && matrix.python-version == '3.8'

- name: Install dadi and scikit-allel using conda.
run: |
conda install dadi
conda install scikit-allel
- name: Install GADMA and its dependencies.
run: |
bash install
# pip3 install Cython==0.29.18 # otherwise ConfigsSpace cause error for macOS
# TypeError: Expected float, got numpy.float64 when using Float
pip3 install -r requirements/bayes_opt.txt
pip3 install -r requirements/bayes_opt_addit.txt
pip3 install .
- name: Uninstall SMAC (Windows).
if: runner.os == 'Windows'
Expand Down

0 comments on commit 6611c8d

Please sign in to comment.