Skip to content

Commit

Permalink
🐛 check for None before setting n_jobs to nb logical CPUs (#126)
Browse files Browse the repository at this point in the history
* 🐛 check for None before setting n_jobs to nb logical CPUs

* 🙏 update dependencies

* 💨 fix tsfel lpcc bug

* 💨 revering lock file

* 💪 updating tsfel

* 🙈 drop Python 3.7

* 🙈

* 🧹

---------

Co-authored-by: jonasvdd <jonvdrdo.vanderdonckt@ugent.be>
  • Loading branch information
jvdd and jonasvdd authored May 15, 2024
1 parent 577e4c2 commit e12e550
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 527 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
fail-fast: false
matrix:
os: ['windows-latest', 'macOS-latest', 'ubuntu-latest']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
- os: macos-latest
python-version: 3.7
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit e12e550

Please sign in to comment.