Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulacamargo25 committed Nov 1, 2023
1 parent 08cae80 commit 8ddd17d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-vsix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/azure-pipeline.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ddd17d

Please sign in to comment.