Skip to content

Commit

Permalink
add in upgrade for tornado while fixing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Apr 16, 2021
1 parent 194de0e commit 560c44d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
python-version: 3.8
environment-file: environment.yml
activate-environment: quantecon
- name: Upgrade Tornado
shell: bash -l {0}
run: pip install tornado --upgrade
- name: Display Conda Environment Versions
shell: bash -l {0}
run: conda list
Expand Down

1 comment on commit 560c44d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.