Added notes to the documentation about the default energy_perf_bias
…
#188
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linux Build | |
on: | |
push: | |
paths-ignore: | |
- "README.md" | |
- ".gitignore" | |
- "LICENSE" | |
pull_request: | |
jobs: | |
build_linux: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Install poetry | |
run: pipx install poetry | |
- name: "Setup Python" | |
uses: actions/[email protected] | |
with: | |
python-version: 3.12 | |
cache: "poetry" | |
- name: "Install auto-cpufreq" | |
run: sudo ./auto-cpufreq-installer --install | |