-
Notifications
You must be signed in to change notification settings - Fork 15
/
_config.yaml
60 lines (53 loc) · 1.77 KB
/
_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
source_repository:
HTTPS: https://github.com/Lightning-AI/metrics.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: all
# OPTIONAL, install additional requirements from a file
# requirements_file: requirements.txt
# passing additional `pip install` flags
install_flags: "--use-pep517"
# copy some test from the target repository
copy_tests:
- tests/integrations
contact:
slack:
- UR9FXE6QG # borda
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>=0.29"
# OPTIONAL, if any installation require some env. variables
env:
PACKAGE_NAME: "pytorch"
dependencies:
- name: pytorch-lightning
HTTPS: https://github.com/Lightning-AI/lightning.git
checkout: release/stable
# install_extras: all
install_flags:
- "--find-links https://download.pytorch.org/whl/cpu/torch_stable.html"
- name: typing_extensions
checkout: 4.1.1
install_flags: "--use-pep517"
# 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: "3.10" }
- { os: "macOS-12", python: "3.8" }
# - {os: "windows-2019", python: "3.8"} # SKIP, because of the wget