Skip to content

Commit

Permalink
fix: use local python and try step shell
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Mar 28, 2024
1 parent 5db544a commit dbfbcfd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ runs:

- name: "Install nox"
run: |
# Install nox
"${{ steps.allpython.outputs.python-path }}" -u << "EOF"
import os
import shutil
import sys
Expand Down Expand Up @@ -74,5 +72,4 @@ runs:
with open(os.environ["GITHUB_PATH"], "at") as f:
f.write(f"{nox_bin_path}\n")
print("::endgroup::")
EOF
shell: bash
shell: "${{ steps.localpython.outputs.python-path }}" -u

0 comments on commit dbfbcfd

Please sign in to comment.