Skip to content

Testing the installation of Python #1

Testing the installation of Python

Testing the installation of Python #1

name: Testing the installation of Python
on:
workflow_dispatch:
jobs:
build:
runs-on: windows-2019
steps:
- name: install tools
run: |
choco install -y python39 --params "/InstallDir:C:\Python39" --force
dir c:\