Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Apr 26, 2024
1 parent 6df6821 commit a15ea7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,10 @@ runs:
if: env.IS_GIT_BEHIND != 'true'
run: |
python -c '
import os
import os, sys
from pathlib import Path
sys.path.append(os.path.abspath("${{ github.action_path }}"))
from find_packages import iterate_dirnames
for pkg_dname in iterate_dirnames(Path("."), "${{ inputs.exclude_dirs }}".split()):
Expand Down

0 comments on commit a15ea7f

Please sign in to comment.