Changeset: a341020b810a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/a341020b810a
Modified Files:
.github/workflows/linux.yml
Branch: Dec2023
Log Message:
use the pip option --break-system-packages when we are installing our own
pymonetdb and cryptography python packages
diffs (12 lines):
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -48,7 +48,7 @@ jobs:
ref: ${{ github.ref }}
- name: install pymonetdb cryptography
- run: pip3 install pymonetdb cryptography
+ run: pip3 install --break-system-packages pymonetdb cryptography
- name: make MonetDB on linux
run: |
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]