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 <umartinezcorral@antmicro.com>
  • Loading branch information
umarcor committed Aug 2, 2023
1 parent ab114e7 commit f846249
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ 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
Expand Down

0 comments on commit f846249

Please sign in to comment.