Skip to content

Commit

Permalink
Fix CI (#704)
Browse files Browse the repository at this point in the history
* Fix CI

Signed-off-by: Lukas Heumos <[email protected]>

* pin

Signed-off-by: Lukas Heumos <[email protected]>

* pin

Signed-off-by: Lukas Heumos <[email protected]>

* force multiprocessing instead of loky

Signed-off-by: Lukas Heumos <[email protected]>

* force ubuntu 22.04

Signed-off-by: Lukas Heumos <[email protected]>

---------

Signed-off-by: Lukas Heumos <[email protected]>
Co-authored-by: Philipp A. <[email protected]>
  • Loading branch information
Zethson and flying-sheep authored Feb 21, 2025
1 parent baf9bb2 commit dcae039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
- os: ubuntu-22.04 # ubuntu-latest is currently broken for joblib
python: "3.12"
run_mode: "slow"
- os: ubuntu-latest
- os: ubuntu-22.04
python: "3.12"
run_mode: "fast"
# - os: ubuntu-latest
Expand Down

0 comments on commit dcae039

Please sign in to comment.