@@ -130,7 +130,7 @@ jobs:
130
130
python-version : ${{matrix.python}}
131
131
132
132
- name : Use Node ${{env.NODE_VERSION}}
133
- uses : actions/setup-node@v2.1.1
133
+ uses : actions/setup-node@v2
134
134
with :
135
135
node-version : ${{env.NODE_VERSION}}
136
136
@@ -355,11 +355,10 @@ jobs:
355
355
uses : azure/login@v1
356
356
with :
357
357
creds : ${{ secrets.AZURE_CREDENTIALS }}
358
-
358
+
359
359
- name : Download JUPYTER VSIX
360
360
run : az storage blob download --file ${{env.VSIX_NAME_JUPYTER}} --account-name pvsc --container-name extension-builds-jupyter --name ${{env.VSIX_NAME_JUPYTER}} --auth-mode login
361
361
362
-
363
362
- name : Set CI_PYTHON_PATH and CI_DISABLE_AUTO_SELECTION
364
363
run : |
365
364
echo "CI_PYTHON_PATH=python" >> $GITHUB_ENV
@@ -421,11 +420,10 @@ jobs:
421
420
uses : azure/login@v1
422
421
with :
423
422
creds : ${{ secrets.AZURE_CREDENTIALS }}
424
-
423
+
425
424
- name : Download JUPYTER VSIX
426
425
run : az storage blob download --file ${{env.VSIX_NAME_JUPYTER}} --account-name pvsc --container-name extension-builds-jupyter --name ${{env.VSIX_NAME_JUPYTER}} --auth-mode login
427
426
428
-
429
427
- name : Set CI_PYTHON_PATH and CI_DISABLE_AUTO_SELECTION
430
428
run : |
431
429
echo "CI_PYTHON_PATH=python" >> $GITHUB_ENV
@@ -442,7 +440,7 @@ jobs:
442
440
CODE_TESTS_WORKSPACE : ./src/testMultiRootWkspc/smokeTests
443
441
444
442
with :
445
- run : node --no-force-async-hooks-checks ./out/test/standardTest.js
443
+ run : node --no-force-async-hooks-checks ./out/test/standardTest.js
446
444
447
445
coverage :
448
446
name : Coverage reports upload
@@ -479,30 +477,25 @@ jobs:
479
477
with :
480
478
token : ${{ secrets.CODECOV_TOKEN }}
481
479
file : ./coverage/cobertura-coverage.xml
482
-
483
480
# Re-enable when the Jupyter extension is available
484
481
# upload:
485
- # name: Upload VSIX to Azure Blob Storage
486
- # runs-on: ubuntu-latest
487
- # if: github.repository == 'microsoft/vscode-python'
488
- # needs: [tests, smoke-tests, build-vsix]
489
- # env:
490
- # BLOB_CONTAINER_NAME: extension-builds
491
- # BLOB_NAME: ms-python-insiders.vsix
492
-
493
- # steps:
494
- # - name: Download VSIX
495
- # uses: actions/download-artifact@v2
496
- # with:
497
- # name: ${{ env.ARTIFACT_NAME_VSIX }}
498
-
499
- # - name: Azure Login
500
- # uses: azure/login@v1
501
- # with:
502
- # creds: ${{ secrets.AZURE_CREDENTIALS }}
503
-
504
- # - name: Upload to Blob Storage
505
- # run: az storage blob upload --file ${{ env.VSIX_NAME }} --account-name pvsc --container-name ${{ env.BLOB_CONTAINER_NAME }} --name ${{ env.BLOB_NAME }} --auth-mode login
506
-
507
- # - name: Get URL to uploaded VSIX
508
- # run: az storage blob url --account-name pvsc --container-name ${{ env.BLOB_CONTAINER_NAME }} --name ${{ env.BLOB_NAME }} --auth-mode login
482
+ # name: Upload VSIX to Azure Blob Storage
483
+ # runs-on: ubuntu-latest
484
+ # if: github.repository == 'microsoft/vscode-python'
485
+ # needs: [tests, smoke-tests, build-vsix]
486
+ # env:
487
+ # BLOB_CONTAINER_NAME: extension-builds
488
+ # BLOB_NAME: ms-python-insiders.vsix
489
+ # steps:
490
+ # - name: Download VSIX
491
+ # uses: actions/download-artifact@v2
492
+ # with:
493
+ # name: ${{ env.ARTIFACT_NAME_VSIX }}
494
+ # - name: Azure Login
495
+ # uses: azure/login@v1
496
+ # with:
497
+ # creds: ${{ secrets.AZURE_CREDENTIALS }}
498
+ # - name: Upload to Blob Storage
499
+ # run: az storage blob upload --file ${{ env.VSIX_NAME }} --account-name pvsc --container-name ${{ env.BLOB_CONTAINER_NAME }} --name ${{ env.BLOB_NAME }} --auth-mode login
500
+ # - name: Get URL to uploaded VSIX
501
+ # run: az storage blob url --account-name pvsc --container-name ${{ env.BLOB_CONTAINER_NAME }} --name ${{ env.BLOB_NAME }} --auth-mode login
0 commit comments