From b77212c58544a2ee3afabbd95822a774376b623f Mon Sep 17 00:00:00 2001 From: Saptak S Date: Wed, 19 Apr 2023 19:16:30 +0530 Subject: Try windows build with explicitly installing python3.10 --- .github/workflows/build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.3-54-g00ecf