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

MNT add GitHub workflow for testing latest released version #1188

Open
romanlutz opened this issue Jan 19, 2023 · 1 comment
Open

MNT add GitHub workflow for testing latest released version #1188

romanlutz opened this issue Jan 19, 2023 · 1 comment
Labels
CI Continues Integration and build related issues dependencies Pull requests that update a dependency file

Comments

@romanlutz
Copy link
Member

While we have lots of workflows, we're currently only testing the version on the main branch, not the latest released version. We should add a workflow for that to the nightly.yml workflow. It should probably be in a separate file test-latest-release.yml and then referenced in nightly.yml. It's probably easiest to copy an existing test workflow (like test-all-deps.yml ) and adjust the installation. We'd need to install using pip install fairlearn rather than installing from the local directory.

@romanlutz romanlutz added dependencies Pull requests that update a dependency file CI Continues Integration and build related issues labels Jan 19, 2023
@adrinjalali
Copy link
Member

We'd need to install using pip install fairlearn rather than installing from the local directory.

If we checkout the release branch, installing from the release branch would be okay I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continues Integration and build related issues dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants