File tree Expand file tree Collapse file tree 6 files changed +13
-7
lines changed
Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v1
1616 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v1
17+ uses : actions/setup-python@v2
1818 with :
1919 python-version : ${{ matrix.python-version }}
20+ - if : matrix.os == 'windows-latest' && matrix.python-version == 3.6
21+ run : python -m pip install pywinpty==2.0.1
2022 - if : matrix.os == 'windows-latest'
2123 name : Install dependencies - Windows
2224 run : |
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v1
1212 - name : Set up Python 3.8
13- uses : actions/setup-python@v1
13+ uses : actions/setup-python@v2
1414 with :
1515 python-version : 3.8
1616 - name : Install dependencies
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v1
1616 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v1
17+ uses : actions/setup-python@v2
1818 with :
1919 python-version : ${{ matrix.python-version }}
20+ - if : matrix.os == 'windows-latest' && matrix.python-version == 3.6
21+ run : python -m pip install pywinpty==2.0.1
2022 - if : matrix.os == 'windows-latest'
2123 name : Install dependencies - Windows
2224 run : |
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v1
1616 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v1
17+ uses : actions/setup-python@v2
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 - name : Install dependencies
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v1
1616 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v1
17+ uses : actions/setup-python@v2
1818 with :
1919 python-version : ${{ matrix.python-version }}
20+ - if : matrix.os == 'windows-latest' && matrix.python-version == 3.6
21+ run : python -m pip install pywinpty==2.0.1
2022 - if : matrix.os == 'windows-latest'
2123 name : Install dependencies - Windows
2224 run : |
Original file line number Diff line number Diff line change 1010[ ![ Downloads] ( https://pepy.tech/badge/deepecho )] ( https://pepy.tech/project/deepecho )
1111[ ![ Coverage Status] ( https://codecov.io/gh/sdv-dev/DeepEcho/branch/master/graph/badge.svg )] ( https://codecov.io/gh/sdv-dev/DeepEcho )
1212[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/sdv-dev/DeepEcho/master?filepath=tutorials/timeseries_data )
13- [ ![ Slack] ( https://img.shields.io/badge/Slack%20Workspace-Join%20now!-36C5F0?logo=slack )] ( https://join.slack.com/t/ sdv-space/shared_invite/zt-gdsfcb5w-0QQpFMVoyB2Yd6SRiMplcw )
13+ [ ![ Slack] ( https://img.shields.io/badge/Slack%20Workspace-Join%20now!-36C5F0?logo=slack )] ( https://bit.ly/ sdv-slack-invite )
1414
1515<div align =" left " >
1616<br />
@@ -53,7 +53,7 @@ time series**. It provides:
5353[ License ] : https://github.com/sdv-dev/DeepEcho/blob/master/LICENSE
5454[ Development Status ] : https://pypi.org/search/?c=Development+Status+%3A%3A+2+-+Pre-Alpha
5555[ Slack Logo ] : https://github.com/sdv-dev/SDV/blob/master/docs/images/slack.png
56- [ Community ] : https://join.slack.com/t/ sdv-space/shared_invite/zt-gdsfcb5w-0QQpFMVoyB2Yd6SRiMplcw
56+ [ Community ] : https://bit.ly/ sdv-slack-invite
5757[ MyBinder Logo ] : https://github.com/sdv-dev/SDV/blob/master/docs/images/mybinder.png
5858[ Tutorials ] : https://mybinder.org/v2/gh/sdv-dev/DeepEcho/master?filepath=tutorials
5959
You can’t perform that action at this time.
0 commit comments