-
Notifications
You must be signed in to change notification settings - Fork 16
Add PyKEEN to ecosystem-ci #50
base: main
Are you sure you want to change the base?
Changes from 9 commits
0a791d4
b99fee3
fb216e0
4457bb0
f956084
921fa7b
f4ca6c7
e2cfe7d
597f7c2
9dc4c13
f8bf15f
7699bb3
4cd6fae
80d5325
c956f8f
0aacdea
e01cee7
1adafc5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| target_repository: | ||
| HTTPS: https://github.com/pykeen/pykeen.git | ||
| # OPTIONAL, for some protected repository | ||
| # username: my-nick | ||
| # OPTIONAL, paired with the username | ||
| # password: dont-tell-anyone | ||
| # OPTIONAL, overrides the user/pass | ||
| # token: authentication-token | ||
| # OPTIONAL, checkout a particular branch or a tag | ||
| checkout: master | ||
| # OPTIONAL, define installing package extras | ||
| install_extras: lightning | ||
| # OPTIONAL, install additional requirements from a file | ||
| # requirements_file: requirements.txt | ||
| # copy some test from the target repository | ||
| copy_tests: | ||
| - tests/test_lightning.py | ||
|
|
||
| contact: | ||
| slack: | ||
| - U03DAAVMLSH | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is my Slack account at https://pytorch-lightning.slack.com
mberr marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| email: [] | ||
|
|
||
| # OPTIONAL, running before installing your project | ||
| # WARNING: this is custom for given OS, we do not manage any inter OS compatibility | ||
| #before_install: | ||
| # - pip install Cython==3.56 | ||
|
|
||
| # OPTIONAL, if any installation require some env. variables | ||
| #env: | ||
| # HOROVOD_BUILD_ARCH_FLAGS: "-mfma" | ||
| # # HOROVOD_WITHOUT_MXNET: 1 | ||
| # # HOROVOD_WITHOUT_TENSORFLOW: 1 | ||
|
|
||
mberr marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| dependencies: | ||
| - name: pytorch-lightning | ||
| HTTPS: https://github.com/PyTorchLightning/pytorch-lightning.git | ||
| checkout: release/latest | ||
| # install_extras: all | ||
| # - name: Cython | ||
| # checkout: 0.29.24 | ||
|
|
||
| # OPTIONAL, running before installing your project | ||
| # WARNING: this is custom for given OS, we do not manage any inter OS compatibility | ||
| #before_test: | ||
| # - wget https://pl-flash-data.s3.amazonaws.com/titanic.zip | ||
|
|
||
| testing: | ||
| dirs: | ||
| - tests/ | ||
| # # OPTIONAL, additional pytest arguments | ||
| # pytest_args: --strict | ||
|
|
||
| runtimes: | ||
| - {os: "ubuntu-20.04", python-version: "3.10"} | ||
| - {os: "macOS-10.15", python-version: "3.9"} | ||
mberr marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - {os: "windows-2019", python-version: "3.8"} | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In PyKEEN we are testing with Python 3.8 and 3.10, which are the minimum and maximum Python version we officially support. We test for both, Ubuntu and Windows, but do not have specific tests for macOS. If you have any suggestions here, feel free to share them. The main reason we are interested in integrating with PyTorchLightning/ecosystem-ci is the possibility to run tests with GPUs, which we at PyKEEN do not have available for continous testing.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. that is fine we can test only Linux and Win or just Ubuntu 🦦 |
||
Uh oh!
There was an error while loading. Please reload this page.