Skip to content

Commit

Permalink
fix pyreaper installation (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
kan-bayashi committed Jul 24, 2023
1 parent 2312c3a commit aca7c2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ jobs:
# make python env
cd tools; make CUDA_VERSION="" PYTHON=python${{ matrix.python-version }} PYTORCH_VERSION=${{ matrix.pytorch-version }}
source venv/bin/activate
pip install pyreaper
pip install "Cython<=0.29.36"
pip install pyreaper --no-build-isolation
- name: Integration
run: |
cd egs/yesno/vq1 && ./run.sh --conf conf/${{ matrix.config }}
Expand Down

0 comments on commit aca7c2c

Please sign in to comment.