-
Notifications
You must be signed in to change notification settings - Fork 7
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
FIx CI #112
Conversation
🤦🏽♂️ I accidentally pushed the update to versioneer to It's effectively just the outcome of calling I hope this is reasonable? Otherwise I'll try to see if I can remove that commit. |
I've run out of velocity in trying to fix this for now - there's something breaking both rtd and py3.9, not sure why right now. |
Hello @IAlibay! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2023-12-19 18:32:03 UTC |
Ok this shoudl be good to go. |
- name: Install package | ||
# conda setup requires this special shell | ||
shell: bash -l {0} | ||
run: | | ||
python -m pip install . --no-deps | ||
conda list | ||
pip list | ||
micromamba list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
micromamba list |
Is this necessary? As far as I can tell, micromamba list
is run for the setup micromamba
step already.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm keeping the spirit of what the original CI file did (there was a conda list call here).
Generally having a step post install that tells you everything in the environment is a good idea though - it tells you if anything has changed through pip override
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, good point!
Always sad to see a grey check. =P Indeed, that is a discussion to be had with @ojeda-e and the GSoC mentors. |
There's a deeper conversation we need to have about what we (coredevs) actually maintain in the org. |
We will merge this without defined maintainer review to keep CI green. Thanks @RMeli for reviewing. |
Description
Status