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 fa211fe commit bcc39d5Copy full SHA for bcc39d5
.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
@@ -43,7 +43,7 @@ jobs:
43
python: '3.5.1'
44
dist: trusty
45
before_install:
46
- - python -m pip install -U pip
+ - python -m pip install -U pip==19.3.1
47
48
- env: TOXENV=linting,docs,doctesting
49
cache:
0 commit comments