Try windows build with explicitly installing python3.10

This commit is contained in:
Saptak S 2023-04-19 19:16:30 +05:30
parent 7ba1e58429
commit b77212c585
No known key found for this signature in database
GPG Key ID: 7B7F1772C0C6FCBF

View File

@ -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