|
15 | 15 | node-version: "10.x"
|
16 | 16 | - run: npm install --save-dev @commitlint/{config-conventional,cli} commitlint-plugin-jira-rules commitlint-config-jira
|
17 | 17 | - name: Add dependencies for commitlint action
|
18 |
| - run: echo "::set-env name=NODE_PATH::$GITHUB_WORKSPACE/node_modules" |
| 18 | + run: echo "NODE_PATH=$GITHUB_WORKSPACE/node_modules" >> $GITHUB_ENV |
19 | 19 | - run: git remote add upstream https://github.com/modin-project/modin.git
|
20 | 20 | - run: git fetch upstream
|
21 | 21 | - run: npx commitlint --from upstream/master --to HEAD --verbose
|
@@ -108,7 +108,7 @@ jobs:
|
108 | 108 | with:
|
109 | 109 | path: ~/.cache/pip
|
110 | 110 | key: ${{ runner.os }}-python-3.7-pip-${{ github.run_id }}-${{ hashFiles('environment.yml') }}
|
111 |
| - - uses: goanpeca/setup-miniconda@v1.6.0 |
| 111 | + - uses: conda-incubator/setup-miniconda@v2 |
112 | 112 | with:
|
113 | 113 | activate-environment: modin
|
114 | 114 | environment-file: environment.yml
|
@@ -142,7 +142,7 @@ jobs:
|
142 | 142 | with:
|
143 | 143 | path: ~/.cache/pip
|
144 | 144 | key: ${{ runner.os }}-python-3.6-pip-${{ github.run_id }}-${{ hashFiles('environment.yml') }}
|
145 |
| - - uses: goanpeca/setup-miniconda@v1.6.0 |
| 145 | + - uses: conda-incubator/setup-miniconda@v2 |
146 | 146 | with:
|
147 | 147 | activate-environment: modin
|
148 | 148 | environment-file: environment.yml
|
@@ -171,7 +171,7 @@ jobs:
|
171 | 171 | with:
|
172 | 172 | path: ~/.cache/pip
|
173 | 173 | key: ${{ runner.os }}-python-3.6-pip-${{ github.run_id }}-${{ hashFiles('environment.yml') }}
|
174 |
| - - uses: goanpeca/setup-miniconda@v1.6.0 |
| 174 | + - uses: conda-incubator/setup-miniconda@v2 |
175 | 175 | with:
|
176 | 176 | activate-environment: modin
|
177 | 177 | environment-file: environment.yml
|
@@ -212,7 +212,7 @@ jobs:
|
212 | 212 | with:
|
213 | 213 | path: ~/.cache/pip
|
214 | 214 | key: ${{ runner.os }}-python-3.6-pip-${{ github.run_id }}-${{ hashFiles('environment.yml') }}
|
215 |
| - - uses: goanpeca/setup-miniconda@v1.6.0 |
| 215 | + - uses: conda-incubator/setup-miniconda@v2 |
216 | 216 | with:
|
217 | 217 | activate-environment: modin
|
218 | 218 | environment-file: environment.yml
|
@@ -278,7 +278,7 @@ jobs:
|
278 | 278 | path: ~/.cache/pip
|
279 | 279 | key: ${{ runner.os }}-python-3.7-pip-${{ github.run_id }}-${{ hashFiles('environment.yml') }}
|
280 | 280 | - name: Setting up Modin environment
|
281 |
| - uses: goanpeca/setup-miniconda@v1.6.0 |
| 281 | + uses: conda-incubator/setup-miniconda@v2 |
282 | 282 | with:
|
283 | 283 | activate-environment: modin_on_omnisci
|
284 | 284 | python-version: 3.7.8
|
@@ -317,7 +317,7 @@ jobs:
|
317 | 317 | with:
|
318 | 318 | path: ~/.cache/pip
|
319 | 319 | key: ${{ runner.os }}-python-${{ matrix.python-version }}-pip-${{ github.run_id }}-${{ hashFiles('environment.yml') }}
|
320 |
| - - uses: goanpeca/setup-miniconda@v1.6.0 |
| 320 | + - uses: conda-incubator/setup-miniconda@v2 |
321 | 321 | with:
|
322 | 322 | activate-environment: modin
|
323 | 323 | environment-file: environment.yml
|
@@ -385,7 +385,7 @@ jobs:
|
385 | 385 | with:
|
386 | 386 | path: ~/.cache/pip
|
387 | 387 | key: ${{ runner.os }}-python-3.7-pip-${{ github.run_id }}-${{ hashFiles('environment.yml') }}
|
388 |
| - - uses: goanpeca/setup-miniconda@v1.6.0 |
| 388 | + - uses: conda-incubator/setup-miniconda@v2 |
389 | 389 | with:
|
390 | 390 | activate-environment: modin
|
391 | 391 | environment-file: environment.yml
|
@@ -423,7 +423,7 @@ jobs:
|
423 | 423 | with:
|
424 | 424 | path: ~/.cache/pip
|
425 | 425 | key: ${{ runner.os }}-python-3.7-pip-${{ github.run_id }}-${{ hashFiles('environment.yml') }}
|
426 |
| - - uses: goanpeca/setup-miniconda@v1.6.0 |
| 426 | + - uses: conda-incubator/setup-miniconda@v2 |
427 | 427 | with:
|
428 | 428 | activate-environment: modin
|
429 | 429 | environment-file: environment.yml
|
@@ -461,7 +461,7 @@ jobs:
|
461 | 461 | with:
|
462 | 462 | path: ~\AppData\Local\pip\Cache
|
463 | 463 | key: ${{ runner.os }}-python-${{ matrix.python-version }}-pip-${{ github.run_id }}-${{ hashFiles('environment.yml') }}
|
464 |
| - - uses: goanpeca/setup-miniconda@v1.6.0 |
| 464 | + - uses: conda-incubator/setup-miniconda@v2 |
465 | 465 | with:
|
466 | 466 | activate-environment: modin
|
467 | 467 | environment-file: environment.yml
|
@@ -546,7 +546,7 @@ jobs:
|
546 | 546 | with:
|
547 | 547 | path: ~/.cache/pip
|
548 | 548 | key: ${{ runner.os }}-python-${{ matrix.python-version }}-pip-${{ github.run_id }}-${{ hashFiles('environment.yml') }}
|
549 |
| - - uses: goanpeca/setup-miniconda@v1.6.0 |
| 549 | + - uses: conda-incubator/setup-miniconda@v2 |
550 | 550 | with:
|
551 | 551 | activate-environment: modin
|
552 | 552 | environment-file: environment.yml
|
|
0 commit comments