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

virtualenv cache issue #158

Merged
merged 7 commits into from
Nov 2, 2021
Merged

virtualenv cache issue #158

merged 7 commits into from
Nov 2, 2021

Conversation

chayim
Copy link
Contributor

@chayim chayim commented Nov 2, 2021

Various issues - circle cache getting in the way of virtualenv being stuck on the pypi side. Also needed to add a pip upgrade to the environment tox was creating because it was no longer creating with latest.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 2, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@chayim chayim changed the title upgrading pip due to deps virtualenv cache issue Nov 2, 2021
@chayim chayim requested a review from gkorland November 2, 2021 08:10
@@ -42,15 +42,10 @@ commands:
- abort_for_noci
- checkout

- restore_cache: # Download and cache dependencies
keys:
- v1-dependencies-{{ checksum "pyproject.toml" }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chayim why did you cancel the cache?

@gkorland gkorland merged commit 0ceab77 into master Nov 2, 2021
@gkorland gkorland deleted the ck-piplatest branch November 2, 2021 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants