Skip to content

Commit

Permalink
ci: use installed pip, upgrade to pinned if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jan 22, 2020
1 parent bb9c544 commit 37093b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip --version
pip install tox coverage
- name: Test without coverage
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
python-version: "3.7"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip --version
pip install --upgrade wheel setuptools tox
- name: Build package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python: '3.5.1'
dist: trusty
before_install:
- python -m pip install -U pip
- python -m pip install -U pip==19.3.1

- env: TOXENV=linting,docs,doctesting
cache:
Expand Down

0 comments on commit 37093b0

Please sign in to comment.