Skip to content

Commit

Permalink
ci: upper limit NumPy
Browse files Browse the repository at this point in the history
for motivation see orcasound#70
  • Loading branch information
Molkree committed Jan 1, 2022
1 parent 6008be7 commit cd8f5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ooi_processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
python -m pip install -U pip
python -m pip install -U setuptools wheel
python -m pip install ooipy
python -m pip install ooipy 'numpy<1.22'
- name: Custom timeframe
if: ${{ github.event.inputs.start_time }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools wheel
python -m pip install pytest ooipy
python -m pip install pytest ooipy 'numpy<1.22'
- name: Run tests
run: |
Expand Down

0 comments on commit cd8f5cf

Please sign in to comment.