We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5f9fd commit 20aad98Copy full SHA for 20aad98
1 file changed
.github/workflows/pg-extension-build.yaml
@@ -61,7 +61,7 @@ jobs:
61
- name: Get Deep Lake version
62
id: get-deeplake-version
63
run: |-
64
- DEEPLAKE_VERSION=$(grep -E '^__version__ *= *"' deeplake/python/deeplake/__init__.py | cut -d'"' -f2)
+ DEEPLAKE_VERSION=$(grep -E '^__version__ *= *"' python/deeplake/__init__.py | cut -d'"' -f2)
65
echo "deeplake-version=${DEEPLAKE_VERSION}" >> "${GITHUB_OUTPUT}"
66
67
extension-build:
@@ -207,8 +207,8 @@ jobs:
207
tar xf postgres-"${arch}".tar
208
done
209
210
- - name: Debugging with tmate
211
- uses: mxschmitt/action-tmate@v3.23
+ # - name: Debugging with tmate
+ # uses: mxschmitt/action-tmate@v3.23
212
213
- name: build deb and rpm repositories
214
shell: bash
0 commit comments