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 4ddca1c commit 0be9e33Copy full SHA for 0be9e33
.github/actions/create-dev-env/action.yml
@@ -10,7 +10,7 @@ inputs:
10
runs:
11
using: composite
12
steps:
13
- # actions/setup-python doesn't suport Linux aarch64 runners
+ # actions/setup-python doesn't support Linux aarch64 runners
14
# See: https://github.com/actions/setup-python/issues/108
15
# python3 is manually preinstalled in the aarch64 VM self-hosted runner
16
- name: Set Up Python 🐍
0 commit comments