Changeset: 56277ab50dbe for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/56277ab50dbe
Modified Files:
.github/workflows/linux.yml
Branch: default
Log Message:
check which python
diffs (13 lines):
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -51,6 +51,9 @@ jobs:
cmake --build . --target test
- name: install pymonetdb
run: pip3 install pymonetdb
+ - name: which python
+ run:
+ head -n 1 $HOME/${{ matrix.branch }}/bin/Mtest.py
- name: mtest
run: |
#cd build
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]