Skip to content

Commit

Permalink
Tests (16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Blank committed Mar 9, 2021
1 parent 832c1e4 commit fa48193
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install numpy
pip install -r tests/requirements.txt
- name: Install pymoo
run: |
pip install .
rm -rf pymoo
pip install pytest
- name: Run Tests
run: pytest tests/test_performance_indicator.py
run: pytest


docs:
Expand All @@ -33,12 +36,14 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Create Documentation
- name: Install Dependencies
run: |
sudo apt-get install pandoc rsync
python -m pip install --upgrade pip
pip install -r doc/requirements.txt
- name: Create Documentation
run: |
cd doc
pip install -r requirements.txt
make html
- name: Upload Documentation
uses: trendyminds/github-actions-rsync@master
Expand Down
Binary file added pymoo/usage/visualization/animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/scratch/animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa48193

Please sign in to comment.