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 26, 2023
1 parent 6e36cf9 commit 044ac9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
CXXFLAGS: "-std=c++14"
run: |
pip install "pypandoc<1.8"
pip install "pycapnp<1"
curl https://raw.githubusercontent.com/capnproto/pycapnp/v0.6.4/requirements.txt | xargs pip install
pip install --no-build-isolation "pycapnp<1"
- name: Download xcvu3p.device (nxroute-poc only)
if: matrix.router == 'nxroute-poc'
run:
Expand Down

0 comments on commit 044ac9d

Please sign in to comment.