Changeset: dcdc1852b47a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/dcdc1852b47a
Modified Files:
        .github/workflows/linux.yml
Branch: Dec2023
Log Message:

fix install of pymonetdb on windows


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
@@ -49,7 +49,7 @@ jobs:
 
       - name: install pymonetdb cryptography
         run: pip3 install --user --upgrade pymonetdb cryptography
-        if: runner.os == 'Linux'
+        if: runner.os != 'macOS'
 
       - name: install pymonetdb cryptography
         run: pip3 install --user --break-system-packages --upgrade pymonetdb 
cryptography
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to