use actions/setup-python (#1827)

This commit is contained in:
Roman Fomin 2024-08-09 20:03:06 +07:00 committed by GitHub
parent 539f69b17d
commit 46f9050489
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,11 +97,15 @@ jobs:
- name: Build
run: cmake --build build
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Test
if: github.event_name == 'workflow_dispatch'
run: |
cd demotest
PIP_BREAK_SYSTEM_PACKAGES=1 pip install pyyaml joblib
pip install pyyaml joblib
python3 demotest --jobs 4 --port ../build/src/woof
- name: Install