Skip to content

Commit

Permalink
Python: Update setuptools
Browse files Browse the repository at this point in the history
As discussed in
jaraco/zipp#40 (comment), we need
to update pip and setuptools (at least) to get new metadata parsed
correctly and avoid CI errors.
  • Loading branch information
imphil committed Feb 10, 2020
1 parent 2386059 commit 6a8ab86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_script:

# Build dependencies (if the get-src-optimsoc stage has been completed)
- test -f optimsoc-src/tools/install-build-deps.sh && INSTALL_DOC_DEPS=no optimsoc-src/tools/install-build-deps.sh
- sudo -H pip3 install --upgrade pip
- sudo -H pip3 install --upgrade pip setuptools
- sudo -H pip3 install pytest fusesoc
- pytest --version
- fusesoc --version
Expand Down

0 comments on commit 6a8ab86

Please sign in to comment.