Add tmp Windows command, to see what versions of Python are installed

This commit is contained in:
Micah Lee 2023-02-05 12:39:45 -08:00
parent 28dd2e12d1
commit 989d91565b
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -14,6 +14,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Observing the VM...
run: dir C:\C:\hostedtoolcache\windows\Python\
- name: Install poetry - name: Install poetry
run: C:\hostedtoolcache\windows\Python\3.9.13\x64\python -m pip install poetry run: C:\hostedtoolcache\windows\Python\3.9.13\x64\python -m pip install poetry