aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-02-05 12:39:45 -0800
committerMicah Lee <micah@micahflee.com>2023-02-05 12:39:45 -0800
commit989d91565b241d7dbae1cf350f9fec262b4e51af (patch)
treee79d89ba3b09bf193e4c2c8477d8a1ad9e9bb8d1
parent28dd2e12d1b34e0156dd5590b4d3dd7f605bdd87 (diff)
downloadonionshare-989d91565b241d7dbae1cf350f9fec262b4e51af.tar.gz
onionshare-989d91565b241d7dbae1cf350f9fec262b4e51af.zip
Add tmp Windows command, to see what versions of Python are installed
-rw-r--r--.github/workflows/build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 32027d57..b9ec18c1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,6 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v3
+ - name: Observing the VM...
+ run: dir C:\C:\hostedtoolcache\windows\Python\
+
- name: Install poetry
run: C:\hostedtoolcache\windows\Python\3.9.13\x64\python -m pip install poetry