Skip to content

Commit

Permalink
ci: run the cli tests outside of the working copy
Browse files Browse the repository at this point in the history
Run the CLI tool outside of the working copy to ensure that required
files are installed.
  • Loading branch information
wd15 committed Aug 11, 2023
1 parent 12b2680 commit d80f021
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
with:
environment-name: test-env
create-args: >-
python=3
- run: which python
python=3.10
- run: python setup.py install
- run: pfhub
- run: py.test --nbval-lax --cov-fail-under=100
- run: |
mkdir -p tmp
cd tmp
pfhub test

0 comments on commit d80f021

Please sign in to comment.