Skip to content

Commit

Permalink
Update make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieh-xlnx authored Oct 27, 2023
1 parent 1b6f091 commit bcfd849
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ jobs:
- env:
CXXFLAGS: "-std=c++14"
run: |
pip install "pypandoc<1.8"
curl https://raw.githubusercontent.com/capnproto/pycapnp/v0.6.4/requirements.txt | sed "s/ //g" | xargs -I {} pip install \"{}\"
pip install --no-build-isolation "pycapnp<1"
curl https://raw.githubusercontent.com/eddieh-xlnx/pycapnp/no-array/requirements.txt | xargs pip install
pip install git+https://github.com/eddieh/pycapnp@no-array
- name: Download xcvu3p.device (nxroute-poc only)
if: matrix.router == 'nxroute-poc'
run:
Expand Down

0 comments on commit bcfd849

Please sign in to comment.