Skip to content

Commit

Permalink
Documentation (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Blank committed Mar 5, 2021
1 parent c95f6c8 commit 2ceb46a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ on:

jobs:

tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install pytest
- name: Run tests
run: pytest tests/test_performance_indicator.py
# tests:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: Install Python
# uses: actions/setup-python@v2
# with:
# python-version: 3.9
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# pip install .
# pip install pytest
# - name: Run tests
# run: pytest tests/test_performance_indicator.py

docs:
needs: tests
Expand Down

0 comments on commit 2ceb46a

Please sign in to comment.