-
Notifications
You must be signed in to change notification settings - Fork 49
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
Missing pycairo #15
Comments
|
Trying to fix geerlingguy#15.
Hope this helps.. 🤓 |
@pedrohdz - The weird thing is, I don't see either The I'd rather not add cairo to just this one Docker image at all, but would be willing to maybe add it everywhere if it's truly required to make the base |
@geerlingguy, I'll take a look again on Monday. Maybe I'm doing something wrong, or unnecessary, on my end. Wouldn't be the first time. If the change is needed, I would be happy to help out across the repos. |
Can you create a list of steps to reproduce the error, and test it against a collection like |
Issue has been recreated in this GitHub Action: I tried running it on my workstation without
What's somewhat odd is that it works just fine with Here are steps: git clone [email protected]:Avinode/ansible-collection-devenv.git
cd ansible-collection-devenv
python3.9 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install ansible ansible-lint yamllint
# Optional.. Issue pops up with and without.
#cat galaxy.yml | ruby -r yaml -r json -e 'puts YAML.load($stdin.read).to_json' \
# | jq -r '.dependencies | keys | .[]' \
# | xargs -i ansible-galaxy collection install -p . '{}'
cd ansible_collections/avinode/devenv/
ansible-test integration --docker geerlingguy/docker-ubuntu2004-ansible --python-interpreter /usr/bin/python3 |
@pedrohdz - Are you able to reproduce the issue with a fresh new collection that has no or basic content, or with a collection like |
I’ll dig into it more on Monday. Thanks for taking a look! |
@geerlingguy Note that dependencies have been removed: Thank you! |
@pedrohdz - Thanks for the reproducer. I'll take a look. |
Trying to run the following:
Yields the following error:
The text was updated successfully, but these errors were encountered: