mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 16:43:00 +00:00
Ensure Python 3.10 is used to fetch BlenderBIM Add-on dependencies
This commit is contained in:
@@ -62,6 +62,7 @@ jobs:
|
|||||||
- uses: actions/setup-python@v2 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v2 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||||
|
python-version: '3.10'
|
||||||
- run: echo ${{ env.DATE }}
|
- run: echo ${{ env.DATE }}
|
||||||
- name: Get current date
|
- name: Get current date
|
||||||
id: date
|
id: date
|
||||||
|
|||||||
Reference in New Issue
Block a user