Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Nov 5, 2024
1 parent a665270 commit 0db201a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:
python-version: ${{ matrix.python-version }}
channels: conda-forge,bioconda
activate-environment: ${{ env.CONDA_ENV_NAME }}

- name: Install SMAC (Linux, python3.8).
if: runner.os == 'Linux' && matrix.python-version == '3.8'
run: |
pip install -r requirements/bayes_opt.txt

- name: Install dadi and scikit-allel using conda.
run: |
Expand All @@ -66,6 +61,12 @@ jobs:
- name: Use old matplotlib for tests to enable moments pictures.
run: |
conda install "matplotlib<3.5"
- name: Install SMAC (Linux, python3.8).
if: runner.os == 'Linux' && matrix.python-version == '3.8'
run: |
conda install numpy==1.20.0
pip install -r requirements/bayes_opt.txt
- name: Check installations of packages.
run: |
Expand Down

0 comments on commit 0db201a

Please sign in to comment.