aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 02574494..e1dba318 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,6 +14,17 @@ jobs:
steps:
- uses: actions/checkout@v3
+ - name: Install python
+ uses: actions/setup-python@v4
+ with:
+ python-version: '3.10'
+
+ - name: Check python path
+ run: which python
+
+ - name: Check python path
+ run: python --version
+
- name: Install poetry
run: C:\hostedtoolcache\windows\Python\3.10.9\x64\python -m pip install poetry