Skip to content

Commit

Permalink
Merge pull request #1131 from mariocj89/master
Browse files Browse the repository at this point in the history
ci: Remove the need of upgrading pip/setuptools
  • Loading branch information
pganssle committed May 24, 2021
2 parents 65687e1 + d1ba7d4 commit cfa99c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Update pip and setuptools
run: python -m pip install -U pip setuptools
- name: Install dependencies
run: python -m pip install -U tox
- name: Install zic (Windows)
Expand Down
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ envlist = py27,
docs
minversion = 2.9.0
skip_missing_interpreters = true
isolated_build = true

[testenv:.package]
# no additional dependencies besides PEP 517 for building the package
# Needed as we are running with an old version of tox.
deps =

[testenv]
description = run the unit tests with pytest under {basepython}
Expand Down

0 comments on commit cfa99c9

Please sign in to comment.