Skip to content

Commit

Permalink
Add the bash shell thing so conda env is accessible.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Jun 18, 2022
1 parent 26056a7 commit 39c02f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@ jobs:
environment-name: yeadon-dev

- name: Run the tests
shell: bash -l {0}
run: |
nosetests -v --with-coverage --cover-package=yeadon
- name: Build the documentation
shell: bash -l {0}
run: |
cd doc && make html
- name: Install the software
shell: bash -l {0}
run: |
python setup.py install

0 comments on commit 39c02f7

Please sign in to comment.