Skip to content

set default nproc to the number of logical CPUs the current process can use #229

set default nproc to the number of logical CPUs the current process can use

set default nproc to the number of logical CPUs the current process can use #229

Workflow file for this run

on:
push:
branches:
- master
tags:
- v*
pull_request:
name: Test
jobs:
testWithTox:
name: Test with tox
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
architecture: 'x64'
- run: pip install tox tox-gh-actions
- run: tox
- uses: codecov/codecov-action@v3