Skip to content

Commit

Permalink
Remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Jan 23, 2021
1 parent 071d11d commit c123a46
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,46 +16,3 @@ jobs:
- name: Lint python with flake8
run: |
flake8 . --max-complexity=10 --statistics
test-master:
name: test-asreview-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: asr-plot

- uses: actions/checkout@v2
with:
repository: asreview/asreview
path: asr-core
- uses: actions/setup-python@v1
with:
python-version: '3.6'
architecture: 'x64'
- name: Install packages and run tests
run: |
pip install pytest
pip install --upgrade setuptools>=41.0.0
pip install ./asr-core[all]
pip install ./asr-plot
pytest asr-plot/tests
test-older:
name: test-asreview-0-7-2
runs-on: ubuntu-latest
strategy:
matrix:
asr_versions: ['0.7.2']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: '3.6'
architecture: 'x64'
- name: Install packages and run tests
run: |
pip install pytest
pip install --upgrade setuptools>=41.0.0
pip install "numpy<1.19"
pip install asreview[all]==${{ matrix.asr_versions }}
pip install .
pytest tests

0 comments on commit c123a46

Please sign in to comment.