Skip to content

Commit

Permalink
Change command to install requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekcyjna committed Oct 14, 2023
1 parent f0068bf commit 283724f
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 @@ -49,7 +49,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --break-system-packages --upgrade pip
pip3 install --break-system-packages -r requirements-dev.txt
python3 -m pip install --break-system-packages -r requirements-dev.txt
- name: Generate Verilog
run: PYTHONHASHSEED=0 ./scripts/gen_verilog.py --verbose --config full
Expand Down

0 comments on commit 283724f

Please sign in to comment.