Skip to content

Commit

Permalink
ci: install dev requirements through requirements file instead of har…
Browse files Browse the repository at this point in the history
…dcoding

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
  • Loading branch information
umarcor committed Aug 2, 2023
1 parent 8a599e3 commit 8482f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
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 dev.requirements.txt
make zvb
EOF
Expand Down

0 comments on commit 8482f31

Please sign in to comment.