Skip to content

Commit ce36d35

Browse files
committed
fix: attempt checking which pypi-server is installed
Signed-off-by: Oz Tiram <[email protected]>
1 parent e7ff2f6 commit ce36d35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
git submodule update --init --recursive
105105
python -m pip install -e . --upgrade
106106
pipenv install --deploy --dev --python=${{ steps.python-path.outputs.path }}
107+
python -m pip install pypiserver==2.3.2
107108
- name: Run pypiserver Windows
108109
run: |
109110
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:
114115
if: ${{matrix.os == 'MacOS' }}
115116
- name: Run pypiserver Ubuntu
116117
run: |
118+
pipenv run pypi-server --version
117119
pipenv run pypi-server run -v --host=0.0.0.0 --port=8080 --hash-algo=sha256 --disable-fallback ./tests/pypi/ ./tests/fixtures &
118120
if: ${{matrix.os == 'Ubuntu' }}
119121
- name: Run tests

0 commit comments

Comments
 (0)