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 59831b4 commit bc3f273
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,10 @@ jobs:
with:
python-version: "3.11"

- name: Install dev requirements
run: |
#sudo apt-get update -qq
#sudo apt-get install -y python3-dev
#python3 -m pip install --upgrade pip wheel setuptools
- name: Install tuttest and fpga-topwrap
run:
python3 -m pip install git+https://github.com/antmicro/tuttest
- name: Build
run: tuttest README.md | bash -
tuttest README.md | bash -

- name: Generate sources for example HDMI setup
run: |
Expand Down

0 comments on commit bc3f273

Please sign in to comment.