We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: We also welcome PRs to fix bugs! This helps us take action faster where a bug has been identified!
For our official CircleCI Docker Convenience Image support policy, please see CircleCI docs.
This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images.
Describe the bug A clear and concise description of what the bug is. While running the ci image cimg/python:3.9, I get the following error -
To Reproduce Please provide steps to reproduce the behavior, such as a sample job or config file. Code to reproduce the issue on buildkite -
containers: default: docker: cimg/python:3.8
shared: pip-requirements: &pip-requirements pip: requirements: [ "requirements.txt" ] sync: false
lint: &lint label: "Lint :lint-roller:" timeout: 10m env: SETUPTOOLS_SCM_PRETEND_VERSION: "0.0.1" run: - <<: *pip-requirements - /app/scripts/lint
test: &test label: "Test :pytest:" timeout: 8m run: - <<: *pip-requirements - /app/scripts/test
Expected behavior A clear and concise description of what you expected to happen. The build should succeed.
Workarounds Are there any current workarounds for this bug that can be used currently?
Screenshots and Build Links If possible, add screenshots and links to jobs to help explain your problem.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Note: We also welcome PRs to fix bugs! This helps us take action faster where a bug has been identified!
For our official CircleCI Docker Convenience Image support policy, please see CircleCI docs.
This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images.
Describe the bug
A clear and concise description of what the bug is.
While running the ci image cimg/python:3.9, I get the following error -
To Reproduce
Please provide steps to reproduce the behavior, such as a sample job or config file.
Code to reproduce the issue on buildkite -
containers:
default:
docker: cimg/python:3.8
shared:
pip-requirements: &pip-requirements
pip:
requirements: [ "requirements.txt" ]
sync: false
lint: &lint
label: "Lint :lint-roller:"
timeout: 10m
env:
SETUPTOOLS_SCM_PRETEND_VERSION: "0.0.1"
run:
- <<: *pip-requirements
- /app/scripts/lint
test: &test
label: "Test :pytest:"
timeout: 8m
run:
- <<: *pip-requirements
- /app/scripts/test
Expected behavior
A clear and concise description of what you expected to happen.
The build should succeed.
Workarounds
Are there any current workarounds for this bug that can be used currently?
Screenshots and Build Links
If possible, add screenshots and links to jobs to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: