Skip to content

Commit af5d7dc

Browse files
committed
Fixes
1 parent 04ad109 commit af5d7dc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test_pipeline.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,14 @@ jobs:
2121
- macos-latest # arm64 (Apple Silicon)
2222
- macos-14 # MacOS Sonoma Arm64 (Apple Silicon)
2323
- windows-latest
24+
fail-fast: false
2425

2526
steps:
2627
- uses: actions/checkout@v5
27-
- name: Set up Python 3.9
28+
- name: Set up Python 3.10
2829
uses: actions/setup-python@v6
2930
with:
30-
python-version: "3.9"
31-
- name: Force numpy < 2 on MacOS Intel
32-
if: matrix.os == 'macos-13'
33-
run: pip install 'numpy<2'
31+
python-version: "3.10"
3432
- name: Install Pylossless & Deps
3533
run: pip install -e .
3634
- name: Test import

0 commit comments

Comments
 (0)