mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user