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

Bug Report: cimg/python:3.9 fails #238

Open
shlbatrashopify opened this issue Apr 9, 2024 · 0 comments
Open

Bug Report: cimg/python:3.9 fails #238

shlbatrashopify opened this issue Apr 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@shlbatrashopify
Copy link

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 -
image

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.

@shlbatrashopify shlbatrashopify added the bug Something isn't working label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant