We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9c544 commit 37093b0Copy full SHA for 37093b0
.github/workflows/main.yml
@@ -122,7 +122,7 @@ jobs:
122
python-version: ${{ matrix.python }}
123
- name: Install dependencies
124
run: |
125
- python -m pip install --upgrade pip
+ python -m pip --version
126
pip install tox coverage
127
128
- name: Test without coverage
@@ -173,7 +173,7 @@ jobs:
173
python-version: "3.7"
174
175
176
177
pip install --upgrade wheel setuptools tox
178
- name: Build package
179
.travis.yml
@@ -41,7 +41,7 @@ jobs:
41
python: '3.5.1'
42
dist: trusty
43
before_install:
44
- - python -m pip install -U pip
+ - python -m pip install -U pip==19.3.1
45
46
- env: TOXENV=linting,docs,doctesting
47
cache:
0 commit comments