1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

[CI] use setup-python action

fixes running pip-installed packages without `python3 -m`
This commit is contained in:
Andrey Filipenkov 2022-11-02 11:07:20 +03:00
parent 80ce205d94
commit a5ad4893a7

View File

@ -127,6 +127,10 @@ jobs:
MXE_TARGET: ${{ matrix.mxe }}
VCMI_BUILD_PLATFORM: x64
- uses: actions/setup-python@v4
if: "${{ matrix.conan_profile != '' }}"
with:
python-version: '3.10'
- name: Conan setup
if: "${{ matrix.conan_profile != '' }}"
run: |