Skip to content

Commit

Permalink
Use requirements.txt in core synthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
piotro888 committed Feb 11, 2024
1 parent 6d75a29 commit 61111e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements-dev.txt
python3 -m pip install -r requirements.txt
- name: Generate Verilog
run: |
Expand Down

0 comments on commit 61111e4

Please sign in to comment.