File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
python-version : ${{ matrix.python-version }}
29
29
- name : Install dependencies
30
30
run : |
31
- python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple - U -e .[dev]
31
+ python -m pip install -U -e .[dev]
32
32
- name : Running 3.7 Tests
33
33
if : matrix.python-version == 3.7
34
34
env :
Original file line number Diff line number Diff line change 29
29
python-version : ${{ matrix.python-version }}
30
30
- name : Install dependencies
31
31
run : |
32
- python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple - U -e .[dev]
32
+ python -m pip install -U -e .[dev]
33
33
- name : Running 3.7 Tests
34
34
if : matrix.python-version == 3.7
35
35
env :
Original file line number Diff line number Diff line change 30
30
python-version : ${{ matrix.python-version }}
31
31
- name : Install dependencies
32
32
run : |
33
- python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple - U -e .[dev]
33
+ python -m pip install -U -e .[dev]
34
34
- name : Running 3.7 Tests
35
35
if : matrix.python-version == 3.7
36
36
env :
You can’t perform that action at this time.
0 commit comments