-
Notifications
You must be signed in to change notification settings - Fork 20
Description
This PR is currently failing CI:
#74
Create a new PR that accomplishes the same goal as that PR, but passes CI.
Here's a summary of why that PR is failing:
There is insufficient information to determine the root cause of the workflow failure as the details of the check runs and any associated error logs are missing. Essential information about the errors or logs that were observed during these runs is needed to analyze the failure effectively.
Related workflow logs
Verification tips
If you need to create a virtual environment, use the .venv
folder, like:
python -m venv .venv
When you have updated packages, make sure you can install them successfully in the virtual environment.
To decide what command to use to install the packages, check the repo's README.md and GitHub Actions workflows in the .github/workflows
directory.
Leave a comment on the PR indicating what command you used to verify successful installation.