We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ad109 commit af5d7dcCopy full SHA for af5d7dc
.github/workflows/test_pipeline.yml
@@ -21,16 +21,14 @@ jobs:
21
- macos-latest # arm64 (Apple Silicon)
22
- macos-14 # MacOS Sonoma Arm64 (Apple Silicon)
23
- windows-latest
24
+ fail-fast: false
25
26
steps:
27
- uses: actions/checkout@v5
- - name: Set up Python 3.9
28
+ - name: Set up Python 3.10
29
uses: actions/setup-python@v6
30
with:
- python-version: "3.9"
31
- - name: Force numpy < 2 on MacOS Intel
32
- if: matrix.os == 'macos-13'
33
- run: pip install 'numpy<2'
+ python-version: "3.10"
34
- name: Install Pylossless & Deps
35
run: pip install -e .
36
- name: Test import
0 commit comments