We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e923cf commit fca0484Copy full SHA for fca0484
.github/workflows/main.yml
@@ -50,7 +50,7 @@ jobs:
50
check-latest: true
51
52
- name: Fix user Scripts missing from PATH
53
- if: matrix.python-architecture == 'x86'
+ if: matrix.python-architecture == 'x86' || matrix.python-architecture == 'arm64'
54
run: |
55
# Work around https://github.com/actions/setup-python/issues/1005
56
$ScriptsPath = python -c "import sysconfig,os; print(sysconfig.get_path('scripts', f'{os.name}_user'))"
0 commit comments