Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(gh-tests): change pip version for test jobs #204

Merged
merged 1 commit into from
Sep 17, 2021

Conversation

oboulant
Copy link
Collaborator

Some tests do not complete and time out.
We started noting this behaviour in #198
Tests are fine for python v3.8 and v3.9. Nevertheless, for v3.6 and v3.7, jobs stay stuck on the python -m pip install .[test] instruction.

Previously, a specific pip version was enforced because at that time there was also some GH Actions jobs that stayed stuck. See #153

@github-actions github-actions bot added the Type: Fix Bug or Bug fixes label Sep 17, 2021
@codecov
Copy link

codecov bot commented Sep 17, 2021

Codecov Report

Merging #204 (ea9d69c) into master (b84df2c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #204   +/-   ##
=======================================
  Coverage   96.59%   96.59%           
=======================================
  Files          40       40           
  Lines         969      969           
=======================================
  Hits          936      936           
  Misses         33       33           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b84df2c...ea9d69c. Read the comment docs.

@deepcharles deepcharles changed the title fix(gh-tests): change pip version for test jobs ci(gh-tests): change pip version for test jobs Sep 17, 2021
@deepcharles deepcharles added Type: CI Changes to CI configuration files and scripts and removed Type: Fix Bug or Bug fixes labels Sep 17, 2021
@deepcharles deepcharles merged commit 608d789 into master Sep 17, 2021
@deepcharles deepcharles deleted the fix/pip-install-time branch September 17, 2021 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: CI Changes to CI configuration files and scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants