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

0 comments on commit 8fffa8a

Please sign in to comment.