Skip to content

Commit

Permalink
Workspace instead of home?
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Jul 21, 2020
1 parent 28a2f6b commit 96f0773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
python -m pytest -v --cov=oscovida
- name: Test pelican
run: |
cd $HOME/oscovida/tools && jupyter-nbconvert --execute generate-individiual-plots.ipynb
cd $HOME/oscovida/tools/pelican && make html
cd $GITHUB_WORKSPACE/tools && jupyter-nbconvert --execute generate-individiual-plots.ipynb
cd $GITHUB_WORKSPACE/tools/pelican && make html
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

0 comments on commit 96f0773

Please sign in to comment.