Skip to content

Commit

Permalink
Merge pull request #133 from anarkiwi/pippin
Browse files Browse the repository at this point in the history
pin pip to 20.3.4.
  • Loading branch information
anarkiwi committed Feb 22, 2021
2 parents 1eaa77d + a004f57 commit d1d1dc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade -r pip-requirements.txt
pip install tox tox-gh-actions coveralls
bash ryu/tests/integrated/common/install_docker_test_pkg_for_github_actions.sh
- name: Test with tox
Expand Down
1 change: 1 addition & 0 deletions pip-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pip==20.3.4
1 change: 1 addition & 0 deletions tools/pip-requires
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r ../pip-requirements.txt
# NOTE: OpenStack avoids some versions of eventlet, because of the
# following issue.
# https://github.com/eventlet/eventlet/issues/401
Expand Down

0 comments on commit d1d1dc9

Please sign in to comment.