Skip to content

Commit b3f3c4b

Browse files
committed
FIX-#2667: Change names of files for development env
Signed-off-by: Alexey Prutskov <[email protected]>
1 parent a5417e8 commit b3f3c4b

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- uses: conda-incubator/setup-miniconda@v2
7878
with:
7979
activate-environment: modin
80-
environment-file: environment.yml
80+
environment-file: environment-dev.yml
8181
python-version: 3.7
8282
channel-priority: strict
8383
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
@@ -105,7 +105,7 @@ jobs:
105105
- uses: conda-incubator/setup-miniconda@v2
106106
with:
107107
activate-environment: modin
108-
environment-file: environment.yml
108+
environment-file: environment-dev.yml
109109
python-version: 3.7
110110
channel-priority: strict
111111
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
@@ -167,7 +167,7 @@ jobs:
167167
- uses: conda-incubator/setup-miniconda@v2
168168
with:
169169
activate-environment: modin
170-
environment-file: environment.yml
170+
environment-file: environment-dev.yml
171171
python-version: 3.7
172172
channel-priority: strict
173173
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
@@ -209,7 +209,7 @@ jobs:
209209
- uses: conda-incubator/setup-miniconda@v2
210210
with:
211211
activate-environment: modin
212-
environment-file: environment.yml
212+
environment-file: environment-dev.yml
213213
python-version: 3.7
214214
channel-priority: strict
215215
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
@@ -303,7 +303,7 @@ jobs:
303303
- uses: conda-incubator/setup-miniconda@v2
304304
with:
305305
activate-environment: modin
306-
environment-file: environment.yml
306+
environment-file: environment-dev.yml
307307
python-version: 3.7
308308
channel-priority: strict
309309
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
@@ -357,7 +357,7 @@ jobs:
357357
- uses: conda-incubator/setup-miniconda@v2
358358
with:
359359
activate-environment: modin
360-
environment-file: environment.yml
360+
environment-file: environment-dev.yml
361361
python-version: ${{matrix.python-version}}
362362
channel-priority: strict
363363
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
@@ -420,7 +420,7 @@ jobs:
420420
- uses: conda-incubator/setup-miniconda@v2
421421
with:
422422
activate-environment: modin
423-
environment-file: environment.yml
423+
environment-file: environment-dev.yml
424424
python-version: 3.7
425425
channel-priority: strict
426426
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
@@ -453,7 +453,7 @@ jobs:
453453
- uses: conda-incubator/setup-miniconda@v2
454454
with:
455455
activate-environment: modin
456-
environment-file: environment.yml
456+
environment-file: environment-dev.yml
457457
python-version: 3.7
458458
channel-priority: strict
459459
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
@@ -486,7 +486,7 @@ jobs:
486486
- uses: conda-incubator/setup-miniconda@v2
487487
with:
488488
activate-environment: modin
489-
environment-file: environment.yml
489+
environment-file: environment-dev.yml
490490
python-version: ${{matrix.python-version}}
491491
channel-priority: strict
492492
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
@@ -566,7 +566,7 @@ jobs:
566566
- uses: conda-incubator/setup-miniconda@v2
567567
with:
568568
activate-environment: modin
569-
environment-file: environment.yml
569+
environment-file: environment-dev.yml
570570
python-version: ${{matrix.python-version}}
571571
channel-priority: strict
572572
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!

.github/workflows/push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: conda-incubator/setup-miniconda@v2
1212
with:
1313
activate-environment: modin
14-
environment-file: environment.yml
14+
environment-file: environment-dev.yml
1515
python-version: 3.7
1616
channel-priority: strict
1717
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
@@ -50,7 +50,7 @@ jobs:
5050
- uses: conda-incubator/setup-miniconda@v2
5151
with:
5252
activate-environment: modin
53-
environment-file: environment.yml
53+
environment-file: environment-dev.yml
5454
python-version: 3.7
5555
channel-priority: strict
5656
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
@@ -143,7 +143,7 @@ jobs:
143143
- uses: conda-incubator/setup-miniconda@v2
144144
with:
145145
activate-environment: modin
146-
environment-file: environment.yml
146+
environment-file: environment-dev.yml
147147
python-version: ${{matrix.python-version}}
148148
channel-priority: strict
149149
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
@@ -209,7 +209,7 @@ jobs:
209209
- uses: conda-incubator/setup-miniconda@v2
210210
with:
211211
activate-environment: modin
212-
environment-file: environment.yml
212+
environment-file: environment-dev.yml
213213
python-version: ${{matrix.python-version}}
214214
channel-priority: strict
215215
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
@@ -288,7 +288,7 @@ jobs:
288288
- uses: conda-incubator/setup-miniconda@v2
289289
with:
290290
activate-environment: modin
291-
environment-file: environment.yml
291+
environment-file: environment-dev.yml
292292
python-version: ${{matrix.python-version}}
293293
channel-priority: strict
294294
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!

ci/jenkins/build-tests/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.6.6-stretch
22

3-
COPY requirements.txt requirements.txt
4-
RUN pip install -r requirements.txt
3+
COPY requirements-dev.txt requirements-dev.txt
4+
RUN pip install -r requirements-dev.txt
55

66
COPY . .
77
RUN pip install -e .

ci/jenkins/performance-tests/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.6.6-stretch
22

3-
COPY requirements.txt requirements.txt
4-
RUN pip install -r requirements.txt
3+
COPY requirements-dev.txt requirements-dev.txt
4+
RUN pip install -r requirements-dev.txt
55
RUN pip install -q pytest==3.9.3 awscli pytest-benchmark feather-format lxml openpyxl xlrd numpy matplotlib sqlalchemy
66

77
COPY . .

ci/teamcity/Dockerfile.teamcity-ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# tar cf ci/teamcity/modin.tar .
66
#
7-
# docker build --build-arg ENVIRONMENT=environment.yml -t modin-project/teamcity-ci:${BUILD_NUMBER} -f ci/teamcity/Dockerfile.teamcity-ci ci/teamcity
7+
# docker build --build-arg ENVIRONMENT=environment-dev.yml -t modin-project/teamcity-ci:${BUILD_NUMBER} -f ci/teamcity/Dockerfile.teamcity-ci ci/teamcity
88

99
FROM rayproject/ray:1.0.1
1010

11-
ARG ENVIRONMENT=environment.yml
11+
ARG ENVIRONMENT=environment-dev.yml
1212

1313
ADD modin.tar /modin
1414
ADD git-rev /modin/git-rev

ci/teamcity/build-docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def execute_command(cmd):
1515
"(cd ../.. && git archive -o ci/teamcity/modin.tar $(cat ci/teamcity/git-rev))"
1616
)
1717
base_image = "ray-project/deploy"
18-
requirements = "requirements.txt"
18+
requirements = "requirements-dev.txt"
1919
execute_command(
2020
"docker build -f Dockerfile.modin-base --build-arg BASE_IMAGE={} -t modin-project/modin-base .".format(
2121
base_image

docs/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ dependencies for running the tests and formatting the code:
114114

115115
.. code-block:: bash
116116
117-
conda env create --file environment.yml
117+
conda env create --file environment-dev.yml
118118
# or
119-
pip install -r requirements.txt
119+
pip install -r requirements-dev.txt
120120
121121
Code Formatting and Lint
122122
------------------------
File renamed without changes.

examples/tutorial/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM continuumio/miniconda3
22

33
RUN conda install -c conda-forge psutil setproctitle
4-
RUN pip install -r requirements.txt
4+
RUN pip install -r requirements-dev.txt
55

File renamed without changes.

0 commit comments

Comments
 (0)