Skip to content

Commit

Permalink
version lock setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
calgray committed Mar 1, 2022
1 parent beabf63 commit 51fbe85
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ matrix:
# NOTE: The OpenAPI code still needs to be removed
# - python: "3.8"
# env: TEST_OPENAPI=1
# NOTE: commenting 3.7 for now.
# travis early build stage fails non-reproducible
# - python: "3.7"
- python: "3.7"
- name: doxygen
before_install:
install:
Expand Down Expand Up @@ -81,7 +79,7 @@ cache: pip

before_install:
- pip install -U coveralls pytest pytest-cov
- pip install -U setuptools pip wheel dask
- pip install -U setuptools==60.8.2 pip wheel dask

install:
- pip install -e daliuge-common/
Expand Down

0 comments on commit 51fbe85

Please sign in to comment.