Skip to content

Commit

Permalink
test python modeule versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Oct 30, 2020
1 parent 8c0abb7 commit e219d7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
# Install conda environment
- name: create conda env
run: mamba env create -f workflow/envs/merge/environment.yaml
# Troubleshoot report command versions
- name: test python versions
run: |
pip freeze | grep ptyprocess
#------------------------------------------------------------------------#
#------------------------------------------------------------------------#
# run help
- name: run help
Expand Down

0 comments on commit e219d7d

Please sign in to comment.