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 3030
3131 - name : Install Python dependencies
3232 run : |
33- sudo apt-get install virtualenv libkrb5-dev
33+ sudo apt-get install virtualenv
3434 pip install -r devel.txt
3535
3636 - name : Verify package build
Original file line number Diff line number Diff line change 3030
3131 - name : Install Python dependencies
3232 run : |
33- sudo apt-get install virtualenv libkrb5-dev
33+ sudo apt-get install virtualenv
3434 pip install -r devel.txt
3535
3636 - name : Prepare for integration test
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ rm -rf .venv/
7777echo " ..... Trying to install the new wheel inside a virtualenv"
7878virtualenv -q -p $( which python) .venv/test-wheel
7979source .venv/test-wheel/bin/activate
80- pip install --upgrade setuptools pip gssapi
80+ pip install --upgrade setuptools pip
8181pip install --only-binary :all: dist/kiwitcms_robotframework_plugin* .whl
8282pip freeze | grep kiwitcms-robotframework-plugin
8383deactivate
You can’t perform that action at this time.
0 commit comments