Skip to content

Commit

Permalink
Adjust paths
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Jul 21, 2020
1 parent 249402a commit 28a2f6b
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
@@ -47,15 +47,7 @@ jobs:

- name: Set up oscovida and webgen
run: |
ls
pwd
cd oscovida
ls
pwd
pip install poetry
poetry --version
poetry config virtualenvs.create false
poetry install -vv
pip install ./oscovida
- name: Generate new reports
run: |
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ jobs:
python -m pytest -v --cov=oscovida
- name: Test pelican
run: |
cd tools && jupyter-nbconvert --execute generate-individiual-plots.ipynb
cd tools/pelican && make html
cd $HOME/oscovida/tools && jupyter-nbconvert --execute generate-individiual-plots.ipynb
cd $HOME/oscovida/tools/pelican && make html
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

0 comments on commit 28a2f6b

Please sign in to comment.