mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 12:04:38 -04:00
use actions/setup-python (#1827)
This commit is contained in:
parent
539f69b17d
commit
46f9050489
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -97,11 +97,15 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build
|
run: cmake --build build
|
||||||
|
|
||||||
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
if: github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'workflow_dispatch'
|
||||||
run: |
|
run: |
|
||||||
cd demotest
|
cd demotest
|
||||||
PIP_BREAK_SYSTEM_PACKAGES=1 pip install pyyaml joblib
|
pip install pyyaml joblib
|
||||||
python3 demotest --jobs 4 --port ../build/src/woof
|
python3 demotest --jobs 4 --port ../build/src/woof
|
||||||
|
|
||||||
- name: Install
|
- name: Install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user