File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ jobs:
104
104
git submodule update --init --recursive
105
105
python -m pip install -e . --upgrade
106
106
pipenv install --deploy --dev --python=${{ steps.python-path.outputs.path }}
107
+ python -m pip install pypiserver==2.3.2
107
108
- name : Run pypiserver Windows
108
109
run : |
109
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
@@ -114,6 +115,7 @@ jobs:
114
115
if : ${{matrix.os == 'MacOS' }}
115
116
- name : Run pypiserver Ubuntu
116
117
run : |
118
+ pipenv run pypi-server --version
117
119
pipenv run pypi-server run -v --host=0.0.0.0 --port=8080 --hash-algo=sha256 --disable-fallback ./tests/pypi/ ./tests/fixtures &
118
120
if : ${{matrix.os == 'Ubuntu' }}
119
121
- name : Run tests
You can’t perform that action at this time.
0 commit comments