Skip to content

Commit

Permalink
Update tornado install
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Jan 26, 2021
1 parent 60eecf8 commit 236f8af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Install tornado
shell: bash -l {0}
run: |
if [[ "${{ matrix.python-version }}" = "3.8" ]]; then
conda install -c conda-forge tornado=6
else
if [[ "${{ matrix.python-version }}" = "3.6" ]]; then
conda install -c conda-forge tornado=5
else
conda install -c conda-forge tornado=6
fi
- name: Install distributed from source
Expand Down

0 comments on commit 236f8af

Please sign in to comment.