Skip to content

Commit fca0484

Browse files
committed
Apply "Fix user Scripts missing from PATH" to arm64 as well
1 parent 4e923cf commit fca0484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
check-latest: true
5151

5252
- name: Fix user Scripts missing from PATH
53-
if: matrix.python-architecture == 'x86'
53+
if: matrix.python-architecture == 'x86' || matrix.python-architecture == 'arm64'
5454
run: |
5555
# Work around https://github.com/actions/setup-python/issues/1005
5656
$ScriptsPath = python -c "import sysconfig,os; print(sysconfig.get_path('scripts', f'{os.name}_user'))"

0 commit comments

Comments
 (0)