Skip to content

Conversation

@PGijsbers
Copy link
Collaborator

@PGijsbers PGijsbers commented Jun 14, 2021

Adding a Windows runner to Github CI, allows us to drop Appveyor (which has been broken for a while).
Things still broken/out of date that need to be updated (but I'd prefer them in separate PRs):

Ubuntu tests only temporarily disabled for this PR, to avoid
unnecessary computational costs/time.
The check is bash script, which means it fails on a Windows machine.
@PGijsbers PGijsbers linked an issue Jun 15, 2021 that may be closed by this pull request
@PGijsbers PGijsbers changed the title [WIP] Add Windows to Github Action CI matrix Add Windows to Github Action CI matrix Jun 15, 2021
@PGijsbers PGijsbers requested a review from mfeurer June 15, 2021 16:29
Copy link
Collaborator

@mfeurer mfeurer left a comment

Choose a reason for hiding this comment

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

That's a really neat PR - removing lots of custom bash code. Thanks a lot!

@mfeurer mfeurer merged commit 6717e66 into develop Jun 16, 2021
@mfeurer mfeurer deleted the fix1088 branch June 16, 2021 06:54
PGijsbers added a commit to Mirkazemi/openml-python that referenced this pull request Feb 23, 2023
* Add Windows to Github Action CI matrix

* Fix syntax, disable Ubuntu tests

Ubuntu tests only temporarily disabled for this PR, to avoid
unnecessary computational costs/time.

* Fix syntax for skip on install Python step

* Explicitly add the OS to includes

* Disable check for files left behind for Windows

The check is bash script, which means it fails on a Windows machine.

* Re-enable Ubuntu tests

* Replace Appveyor with Github Actions for WindowsCI
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.

Fix Windows CI

3 participants