Ensure Python 3.10 is used to fetch BlenderBIM Add-on dependencies

This commit is contained in:
Dion Moult
2023-03-02 21:43:10 +11:00
parent 4ea08a087c
commit 21f583800a
@@ -62,6 +62,7 @@ jobs:
- uses: actions/setup-python@v2 # https://github.com/actions/setup-python
with:
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
python-version: '3.10'
- run: echo ${{ env.DATE }}
- name: Get current date
id: date