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

CI Updates #115

Merged
merged 3 commits into from
Apr 30, 2024
Merged

CI Updates #115

merged 3 commits into from
Apr 30, 2024

Conversation

esc
Copy link
Member

@esc esc commented Apr 30, 2024

As title

@esc
Copy link
Member Author

esc commented Apr 30, 2024

This updates the makefile such that the targets can be used on the command line when developing and during the GHA when doing continuous integration (CI).

Also, we fold the pre-commit GHA into the main testing, rather than having this a seprarate task.

makefile Outdated
conda create -n numba-rvsdg
conda-install:
conda install python=3.12 python-graphviz pyyaml pytest sphinx sphinx_rtd_theme coverage pre-commit
pip install -U virtualenv

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@esc I wonder if conda install virtualenv will work too...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried that, but when I use pip I get virtualenv-20.26.1 anaconda.org only has 20.17.1 which seems to old.

Copy link

@skupr-anaconda skupr-anaconda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@esc
Copy link
Member Author

esc commented Apr 30, 2024

LGTM

Thank you for the review, I added two more snippets to update some dependencies and also making a note about the need for pip install virtualenv.

@esc esc requested a review from skupr-anaconda April 30, 2024 12:21
@esc esc changed the title update makefile with make all target CI Updates Apr 30, 2024
@esc esc merged commit 70c4a0e into numba:main Apr 30, 2024
2 checks passed
@esc
Copy link
Member Author

esc commented Apr 30, 2024

@skupr-anaconda ❤️

@esc esc deleted the ci-upgrade branch May 3, 2024 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants