File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -109,15 +109,13 @@ jobs:
109
109
run : |
110
110
cmd /c start pipenv run pypi-server run -v --host=0.0.0.0 --port=8080 --hash-algo=sha256 --disable-fallback ./tests/pypi/ ./tests/fixtures
111
111
if : ${{matrix.os == 'Windows' }}
112
- - name : Run pypiserver Mac
113
- run : |
114
- pypi-server run -v --host=0.0.0.0 --port=8080 --hash-algo=sha256 --disable-fallback ./tests/pypi/ ./tests/fixtures &
115
- if : ${{matrix.os == 'MacOS' }}
116
- - name : Run pypiserver Ubuntu
112
+ - name : Run pypiserver ${{ matrix.os }}
117
113
run : |
114
+ pipenv run pypi-server --version
118
115
pypi-server --version
119
116
pypi-server run -v --host=0.0.0.0 --port=8080 --hash-algo=sha256 --disable-fallback ./tests/pypi/ ./tests/fixtures &
120
- if : ${{matrix.os == 'Ubuntu' }}
117
+ pipenv run pypi-server run -v --host=0.0.0.0 --port=8081 --hash-algo=sha256 --disable-fallback ./tests/pypi/ ./tests/fixtures &
118
+ if : contains(matrix.os, 'Ubuntu') || contains(matrix.os, 'macOS')
121
119
- name : Run tests
122
120
env :
123
121
PIPENV_DEFAULT_PYTHON_VERSION : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments