Skip to content

Commit

Permalink
Break system packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekcyjna committed Oct 9, 2023
1 parent 82150d1 commit be694e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements-dev.txt
python3 -m pip install --break-system-packages --upgrade pip
pip3 install --break-system-packages -r requirements-dev.txt
- name: Synthesize
run: PYTHONHASHSEED=0 ./scripts/synthesize.py --verbose --config ${{ matrix.config }}
Expand Down Expand Up @@ -86,8 +86,8 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements-dev.txt
python3 -m pip install --break-system-packages --upgrade pip
pip3 install --break-system-packages -r requirements-dev.txt
- name: Generate Verilog
run: PYTHONHASHSEED=0 ./scripts/gen_verilog.py --verbose --config full
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --break-system-packages --upgrade pip
pip3 install -r requirements-dev.txt
- name: Build documentation
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements-dev.txt
python3 -m pip install --break-system-packages --upgrade pip
pip3 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 be694e7

Please sign in to comment.