Skip to content

Commit

Permalink
pinning numpy<2 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwook committed Sep 10, 2024
1 parent 32d55d5 commit 79233a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -52,5 +52,5 @@ jobs:
- run: pip3 install torch==${{ matrix.pytorch-version }}+cpu --index-url https://download.pytorch.org/whl/cpu
- uses: actions/checkout@v3
- run: echo "$CONDA/envs/test/bin" >> $GITHUB_PATH
- run: pip install .["dev"]
- run: pip install .["dev"] 'numpy<2'
- run: pytest --durations=0 -vv -k 'not test_transcribe or test_transcribe[tiny] or test_transcribe[tiny.en]' -m 'not requires_cuda'

0 comments on commit 79233a9

Please sign in to comment.