File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 with :
1313 submodules : recursive
14- - run : ./scripts/vendor.sh
1514 - run : make loadable release=1
1615 - uses : actions/upload-artifact@v4
1716 with :
2322 - uses : actions/checkout@v4
2423 with :
2524 submodules : recursive
26- - run : ./scripts/vendor.sh
2725 - run : make loadable release=1
2826 - uses : actions/upload-artifact@v4
2927 with :
3533 - uses : actions/checkout@v4
3634 with :
3735 submodules : recursive
38- - run : ./scripts/vendor.sh
3936 - run : make loadable release=1
4037 - uses : actions/upload-artifact@v4
4138 with :
4845 with :
4946 submodules : recursive
5047 - uses : ilammy/msvc-dev-cmd@v1
51- - run : ./scripts/vendor.sh
52- shell : bash
5348 - run : make loadable release=1
5449 - uses : actions/upload-artifact@v4
5550 with :
Original file line number Diff line number Diff line change 1515 - uses : actions/setup-python@v5
1616 with :
1717 python-version : " 3.12"
18- - run : ./scripts/vendor.sh
1918 - run : make loadable
2019 - run : pip install pytest numpy; make test-loadable
2120 - uses : actions/upload-artifact@v4
2827 - uses : actions/checkout@v4
2928 with :
3029 submodules : recursive
31- - run : ./scripts/vendor.sh
3230 - run : make loadable
3331 - run : /usr/local/opt/python@3/libexec/bin/python -m pip install --break-system-packages pytest numpy; make test-loadable python=/usr/local/opt/python@3/libexec/bin/python
3432 - uses : actions/upload-artifact@v4
4139 - uses : actions/checkout@v4
4240 with :
4341 submodules : recursive
44- - run : ./scripts/vendor.sh
4542 - run : make loadable
4643 - run : /opt/homebrew/opt/python3/libexec/bin/python -m pip install pytest numpy --break-system-packages; make test-loadable python=/opt/homebrew/opt/python3/libexec/bin/python
4744 - uses : actions/upload-artifact@v4
5855 - uses : actions/setup-python@v5
5956 with :
6057 python-version : " 3.12"
61- - run : ./scripts/vendor.sh
62- shell : bash
6358 - run : make sqlite-lembed.h
6459 # - uses: mxschmitt/action-tmate@v3
6560 - run : make loadable
You can’t perform that action at this time.
0 commit comments