Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Jul 26, 2023
1 parent 42e5fec commit c51888a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ jobs:
- name: Install dev requirements
run: |
sudo apt-get update -qq
sudo apt-get install -y \
antlr4 \
libantlr4-runtime-dev \
python3-dev \
yosys
sudo apt-get install -y python3-dev
python3 -m pip install --upgrade pip wheel setuptools
python3 -m pip install git+https://github.com/antmicro/tuttest
Expand Down

0 comments on commit c51888a

Please sign in to comment.