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

Add new Pandas v1.5/2.0 comment triggered test workflows #908

Merged
merged 4 commits into from
Mar 31, 2023

Conversation

matt-graham
Copy link
Collaborator

@matt-graham matt-graham commented Mar 31, 2023

To help with testing against Pandas v1.5 and v2.0 on Python 3.11 as part of #763, this PR adds four new comment triggered GitHub Actions workflow jobs for running tests on issues / pull-requests:

Command Description
/run python3.11-pandas1.5-fast-tests Run of fast tests on Python v3.11 with Pandas v1.5
/run python3.11-pandas1.5-all-tests Run of all tests on Python v3.11 with Pandas v1.5
/run python3.11-pandas2.0-fast-tests Run of fast tests on Python v3.11 with Pandas v2.0
/run python3.11-pandas2.0-all-tests Run of all tests on Python v3.11 with Pandas v2.0

New tox environments have been added to facilitate running the tests on different Python / Pandas version combinations. These tests only pin the Pandas (and Python) version used in installing the dependencies in to the test environment, all other dependencies are unpinned and so will install the latest stable releases compatible with the other dependencies.

@matt-graham matt-graham requested a review from tamuri March 31, 2023 12:30
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