mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-10 02:15:21 -04:00
Add tmp Windows command, to see what versions of Python are installed
This commit is contained in:
parent
ce3c5f33fa
commit
7fadce1860
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue