Skip to content

Commit

Permalink
Remove msprime/stdpopsim converters.
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgower committed Jun 4, 2021
1 parent b67a064 commit 30e331c
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 534 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Expand Up @@ -17,7 +17,6 @@ jobs:

- name: Install dependencies
run: |
sudo apt install libgsl-dev # for msprime
pip install -r requirements/minimal.txt
pip install -r requirements/lint.txt
# Mypy also checks types in the tests/ folder
Expand Down
14 changes: 3 additions & 11 deletions .github/workflows/tests.yml
Expand Up @@ -20,8 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
defaults:
run:
# Needed to use the conda environment.
shell: bash -l {0}
shell: bash
strategy:
fail-fast: false
matrix:
Expand All @@ -35,21 +34,15 @@ jobs:
- name: checkout
uses: actions/checkout@v2

# We only install conda to get msprime (on windows).
- name: install conda
uses: conda-incubator/setup-miniconda@v2
- name: setup python
uses: actions/setup-python@v2
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge

- name: install dependencies
run: |
conda install --yes \
$(grep numpy requirements/*.txt) $(grep msprime requirements/*.txt)
pip install -r requirements/minimal.txt
pip install -r requirements/tests.txt
pip install -r requirements/delete-me.txt
- name: run pytest
run: |
Expand All @@ -61,4 +54,3 @@ jobs:
with:
fail_ci_if_error: true
env_vars: OS,PYTHON
verbose: true
5 changes: 0 additions & 5 deletions demes/convert/README

This file was deleted.

3 changes: 0 additions & 3 deletions demes/convert/__init__.py

This file was deleted.

0 comments on commit 30e331c

Please sign in to comment.