Skip to content

Commit

Permalink
Autofix: trailing-spaces (#713)
Browse files Browse the repository at this point in the history
Co-authored-by: Autofix <[email protected]>
  • Loading branch information
autofix-bot and autofix-bot authored Oct 9, 2023
1 parent 2491cca commit 3a7d08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
command: python --version
- name: Set default global version
run: |
pyenv install 3.8
pyenv install 3.8
pyenv global 3.8
- uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
command: python --version
- name: Set default global version
run: |
pyenv install 3.8
pyenv install 3.8
pyenv global 3.8
- run: EXTENSIONS=$(node diff-extensions) node publish-extensions
env:
Expand Down

0 comments on commit 3a7d08a

Please sign in to comment.