Skip to content

Commit

Permalink
Merge pull request #211 from bluesky/210-fix-unit-test
Browse files Browse the repository at this point in the history
repair failing unit test
  • Loading branch information
prjemian authored Dec 6, 2021
2 parents 54defea + 7c7af6d commit 906f00e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/conda_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ jobs:
run: |
pip install -e .
- name: Diagnostics
shell: bash -l {0}
run: |
pwd
ls -lAFgh
conda list -r
conda list
- name: Test with coverage and pytest
shell: bash -l {0}
run: |
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ channels:
dependencies:
- python >=3.7
- bluesky >=1.6.7
- gobject-introspection
- hkl
- ipython
- numpy
Expand Down

0 comments on commit 906f00e

Please sign in to comment.