diff --git a/.github/actions/build-vsix/action.yml b/.github/actions/build-vsix/action.yml index d6a35794..3e0030b4 100644 --- a/.github/actions/build-vsix/action.yml +++ b/.github/actions/build-vsix/action.yml @@ -39,7 +39,7 @@ runs: shell: bash - name: Install bundled python libraries - run: pipx run nox --session install_old_bundled_libs + run: pipx run nox --session install_bundled_libs shell: bash # Use the GITHUB_RUN_ID environment variable to update the build number. diff --git a/.github/actions/lint/action.yml b/.github/actions/lint/action.yml index 5bf96897..4de73005 100644 --- a/.github/actions/lint/action.yml +++ b/.github/actions/lint/action.yml @@ -47,7 +47,7 @@ runs: # This will install libraries to a target directory. - name: Install bundled python libraries - run: pipx run nox --session install_old_bundled_libs + run: pipx run nox --session install_bundled_libs shell: bash - name: Check linting and formatting diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 0be9cb9e..dc9004c0 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -65,7 +65,7 @@ jobs: # This will install libraries to a target directory. - name: Install bundled python libraries - run: pipx run nox --session install_old_bundled_libs + run: pipx run nox --session install_bundled_libs shell: bash - name: Install Node diff --git a/.github/workflows/push-check.yml b/.github/workflows/push-check.yml index 4f07acde..2cfd7e33 100644 --- a/.github/workflows/push-check.yml +++ b/.github/workflows/push-check.yml @@ -70,7 +70,7 @@ jobs: # This will install libraries to a target directory. - name: Install bundled python libraries - run: pipx run nox --session install_old_bundled_libs + run: pipx run nox --session install_bundled_libs shell: bash - name: Install Node diff --git a/build/azure-pipeline.stable.yml b/build/azure-pipeline.stable.yml index a162e22b..dde993e3 100644 --- a/build/azure-pipeline.stable.yml +++ b/build/azure-pipeline.stable.yml @@ -50,7 +50,7 @@ extends: - script: python -m pip install nox displayName: Install wheel - - script: python -m nox --session install_old_bundled_libs + - script: python -m nox --session install_bundled_libs displayName: Install Python dependencies - script: python ./build/update_ext_version.py --release --for-publishing