Skip to content

Commit

Permalink
ci: install impl requirements through requirements file instead of ha…
Browse files Browse the repository at this point in the history
…rdcoding

Signed-off-by: Unai Martinez-Corral <[email protected]>
  • Loading branch information
umarcor committed Aug 2, 2023
1 parent ab114e7 commit db87a0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,17 @@ jobs:
run: |
cd examples/pwm
make generate copy_sources
cd -
docker run --rm -i -v $(pwd):/wrk -w /wrk \
gcr.io/hdl-containers/conda/f4pga/xc7/z010 \
bash -le <<'EOF'
pip3 install edalize==0.4.0 fusesoc==1.12.0
pip3 install -r impl.requirements.txt
cd examples/pwm
make zvb
EOF
cp build/project_1_0/zynq-symbiflow/project_top.bit ../../top.bit
cp examples/pwm/build/project_1_0/zynq-symbiflow/project_top.bit top.bit
- name: Store bit
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit db87a0f

Please sign in to comment.