fix: start/stop thresholds not being set because of initial values #323
Workflow file for this run
This file contains hidden or 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 | |