Skip to content

Commit 64b2897

Browse files
committed
ci: fix pip install on ubuntu-latest
1 parent 70e407e commit 64b2897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/artistic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Install packages in OSEDA
7878
uses: ./.github/actions/oseda-cmd
7979
with:
80-
cmd: "pip install gdspy"
80+
cmd: "pip install --break-system-packages gdspy"
8181
- name: Meercat setup, export top-level GDS
8282
uses: ./.github/actions/oseda-cmd
8383
with:

0 commit comments

Comments
 (0)