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 a3e71ab commit f40e2ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
python-version: ${{ matrix.python-version }}
channels: conda-forge,bioconda
activate-environment: ${{ env.CONDA_ENV_NAME }}
solver: classic

- name: Install dadi and scikit-allel using conda.
run: |
Expand All @@ -51,7 +50,6 @@ jobs:
- 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 .
Expand Down
3 changes: 0 additions & 3 deletions install
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/usr/bin/env bash
pip3 install -r requirements/minimal.txt
pip3 install git+https://bitbucket.org/simongravel/moments.git
pip3 install -r requirements/engines.txt
pip3 install .

0 comments on commit f40e2ed

Please sign in to comment.