@@ -36,39 +36,39 @@ jobs:
36
36
# https://github.com/actions/cache/blob/master/examples.md
37
37
# Note: This uses an internal pip API and may not always work
38
38
# https://github.com/actions/cache/blob/master/examples.md#multiple-oss-in-a-workflow
39
- - name : get pip cache
40
- id : pip-cache
41
- run : |
42
- python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)"
43
-
44
- - name : cache pip
45
- uses : actions/cache@v2
46
- with :
47
- path : ${{ steps.pip-cache.outputs.dir }}
48
- key : ${{ runner.os }}-${{ matrix.python-version }}-pip -${{ hashFiles('./requirements/requirements.txt') }} -${{ hashFiles('./requirements/requirements-dev.txt') }}
49
- restore-keys : |
50
- ${{ runner.os }}-${{ matrix.python-version }}-pip-
51
-
52
- - name : cache pip contrib
53
- uses : actions/cache@v2
54
- with :
55
- path : ${{ steps.pip-cache.outputs.dir }}
56
- key : ${{ runner.os }}-${{ matrix.python-version }}-pip-contrib -${{ hashFiles('./requirements/requirements-cv.txt') }} -${{ hashFiles('./requirements/requirements-hydra.txt') }} -${{ hashFiles('./requirements/requirements-ml.txt') }} -${{ hashFiles('./requirements/requirements-nifti.txt') }} -${{ hashFiles('./requirements/requirements-optuna.txt') }} -${{ hashFiles('./requirements/requirements-mlflow.txt') }} -${{ hashFiles('./requirements/requirements-neptune.txt') }}
57
- restore-keys : |
58
- ${{ runner.os }}-${{ matrix.python-version }}-pip-contrib
59
-
60
- - name : cache pip contrib [2]
61
- uses : actions/cache@v2
62
- with :
63
- path : ${{ steps.pip-cache.outputs.dir }}
64
- key : ${{ runner.os }}-${{ matrix.python-version }}-pip-contrib -${{ hashFiles('./requirements/requirements-albu.txt') }}
65
- restore-keys : |
66
- ${{ runner.os }}-${{ matrix.python-version }}-pip-contrib
39
+ # - name: get pip cache
40
+ # id: pip-cache
41
+ # run: |
42
+ # python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)"
43
+
44
+ # - name: cache pip
45
+ # uses: actions/cache@v2
46
+ # with:
47
+ # path: ${{ steps.pip-cache.outputs.dir }}
48
+ # key: ${{ runner.os }}-${{ matrix.python-version }}-pip -${{ hashFiles('./requirements/requirements.txt') }} -${{ hashFiles('./requirements/requirements-dev.txt') }}
49
+ # restore-keys: |
50
+ # ${{ runner.os }}-${{ matrix.python-version }}-pip-
51
+
52
+ # - name: cache pip contrib
53
+ # uses: actions/cache@v2
54
+ # with:
55
+ # path: ${{ steps.pip-cache.outputs.dir }}
56
+ # key: ${{ runner.os }}-${{ matrix.python-version }}-pip-contrib -${{ hashFiles('./requirements/requirements-cv.txt') }} -${{ hashFiles('./requirements/requirements-hydra.txt') }} -${{ hashFiles('./requirements/requirements-ml.txt') }} -${{ hashFiles('./requirements/requirements-nifti.txt') }} -${{ hashFiles('./requirements/requirements-optuna.txt') }} -${{ hashFiles('./requirements/requirements-mlflow.txt') }} -${{ hashFiles('./requirements/requirements-neptune.txt') }}
57
+ # restore-keys: |
58
+ # ${{ runner.os }}-${{ matrix.python-version }}-pip-contrib
59
+
60
+ # - name: cache pip contrib [2]
61
+ # uses: actions/cache@v2
62
+ # with:
63
+ # path: ${{ steps.pip-cache.outputs.dir }}
64
+ # key: ${{ runner.os }}-${{ matrix.python-version }}-pip-contrib -${{ hashFiles('./requirements/requirements-albu.txt') }}
65
+ # restore-keys: |
66
+ # ${{ runner.os }}-${{ matrix.python-version }}-pip-contrib
67
67
68
68
- name : install dependencies
69
69
run : |
70
70
# python -m pip install --upgrade --user pip
71
- pip install -r ./requirements/requirements.txt -r ./requirements/requirements-cv .txt -r ./requirements/requirements-dev .txt -r ./requirements/requirements-hydra .txt -r ./requirements/requirements-ml .txt -r ./requirements/requirements-nifti .txt -r ./requirements/requirements-optuna .txt -r ./requirements/requirements-mlflow .txt -r ./requirements/requirements-neptune .txt -r ./requirements/requirements-albu .txt
71
+ pip install -r ./requirements/requirements.txt -r ./requirements/requirements-dev .txt -r ./requirements/requirements-cv .txt -r ./requirements/requirements-ml .txt -r ./requirements/requirements-optuna .txt -r ./requirements/requirements-comet .txt -r ./requirements/requirements-mlflow .txt -r ./requirements/requirements-neptune .txt -r ./requirements/requirements-wandb .txt -r ./requirements/requirements-profiler .txt
72
72
python --version
73
73
pip --version
74
74
pip list
@@ -106,39 +106,39 @@ jobs:
106
106
# https://github.com/actions/cache/blob/master/examples.md
107
107
# Note: This uses an internal pip API and may not always work
108
108
# https://github.com/actions/cache/blob/master/examples.md#multiple-oss-in-a-workflow
109
- - name : get pip cache
110
- id : pip-cache
111
- run : |
112
- python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)"
113
-
114
- - name : cache pip
115
- uses : actions/cache@v2
116
- with :
117
- path : ${{ steps.pip-cache.outputs.dir }}
118
- key : ${{ runner.os }}-${{ matrix.python-version }}-pip -${{ hashFiles('./requirements/requirements.txt') }} -${{ hashFiles('./requirements/requirements-dev.txt') }}
119
- restore-keys : |
120
- ${{ runner.os }}-${{ matrix.python-version }}-pip-
121
-
122
- - name : cache pip contrib
123
- uses : actions/cache@v2
124
- with :
125
- path : ${{ steps.pip-cache.outputs.dir }}
126
- key : ${{ runner.os }}-${{ matrix.python-version }}-pip-contrib -${{ hashFiles('./requirements/requirements-cv.txt') }} -${{ hashFiles('./requirements/requirements-hydra.txt') }} -${{ hashFiles('./requirements/requirements- ml.txt') }} -${{ hashFiles('./requirements/requirements-nifti.txt') }} -${{ hashFiles('./requirements/requirements- optuna.txt') }} -${{ hashFiles('./requirements/requirements-mlflow.txt') }} -${{ hashFiles('./requirements/requirements-neptune .txt') }}
127
- restore-keys : |
128
- ${{ runner.os }}-${{ matrix.python-version }}-pip-contrib
129
-
130
- - name : cache pip contrib [2]
131
- uses : actions/cache@v2
132
- with :
133
- path : ${{ steps.pip-cache.outputs.dir }}
134
- key : ${{ runner.os }}-${{ matrix.python-version }}-pip-contrib -${{ hashFiles('./requirements/requirements-albu .txt') }}
135
- restore-keys : |
136
- ${{ runner.os }}-${{ matrix.python-version }}-pip-contrib
109
+ # - name: get pip cache
110
+ # id: pip-cache
111
+ # run: |
112
+ # python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)"
113
+
114
+ # - name: cache pip
115
+ # uses: actions/cache@v2
116
+ # with:
117
+ # path: ${{ steps.pip-cache.outputs.dir }}
118
+ # key: ${{ runner.os }}-${{ matrix.python-version }}-pip -${{ hashFiles('./requirements/requirements.txt') }} -${{ hashFiles('./requirements/requirements-dev.txt') }}
119
+ # restore-keys: |
120
+ # ${{ runner.os }}-${{ matrix.python-version }}-pip-
121
+
122
+ # - name: cache pip contrib
123
+ # uses: actions/cache@v2
124
+ # with:
125
+ # path: ${{ steps.pip-cache.outputs.dir }}
126
+ # key: ${{ runner.os }}-${{ matrix.python-version }}-pip-contrib -${{ hashFiles('./requirements/requirements-cv.txt') }} -${{ hashFiles('./requirements/requirements-ml.txt') }} -${{ hashFiles('./requirements/requirements-optuna.txt') }}
127
+ # restore-keys: |
128
+ # ${{ runner.os }}-${{ matrix.python-version }}-pip-contrib
129
+
130
+ # - name: cache pip loggers
131
+ # uses: actions/cache@v2
132
+ # with:
133
+ # path: ${{ steps.pip-cache.outputs.dir }}
134
+ # key: ${{ runner.os }}-${{ matrix.python-version }}-pip-loggers -${{ hashFiles('./requirements/requirements-comet.txt') }} -${{ hashFiles('./requirements/requirements-mlflow.txt') }} -${{ hashFiles('./requirements/requirements-neptune.txt') }} -${{ hashFiles('./requirements/requirements-wandb .txt') }}
135
+ # restore-keys: |
136
+ # ${{ runner.os }}-${{ matrix.python-version }}-pip-loggers
137
137
138
138
- name : install dependencies
139
139
run : |
140
140
# python -m pip install --upgrade --user pip
141
- pip install -r ./requirements/requirements.txt -r ./requirements/requirements-cv .txt -r ./requirements/requirements-dev .txt -r ./requirements/requirements-hydra .txt -r ./requirements/requirements-ml .txt -r ./requirements/requirements-optuna .txt -r ./requirements/requirements-mlflow.txt -r ./requirements/requirements-neptune.txt - r ./requirements/requirements-albu .txt
141
+ pip install -r ./requirements/requirements.txt -r ./requirements/requirements-dev .txt -r ./requirements/requirements-cv .txt -r ./requirements/requirements-ml .txt -r ./requirements/requirements-optuna .txt -r ./requirements/requirements-comet .txt -r ./requirements/requirements-mlflow.txt -r ./requirements/requirements-neptune.txt -r ./requirements/requirements-wandb.txt - r ./requirements/requirements-profiler .txt
142
142
python --version
143
143
pip --version
144
144
pip list
@@ -147,5 +147,5 @@ jobs:
147
147
148
148
- name : check codestyle
149
149
run : |
150
- catalyst-check-codestyle --line-length 99
150
+ catalyst-check-codestyle --line-length 89
151
151
make check-docs
0 commit comments