Skip to content

Testing the installation of Python #3

Testing the installation of Python

Testing the installation of Python #3

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