Skip to content

Commit 20aad98

Browse files
edits
1 parent bb5f9fd commit 20aad98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pg-extension-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Get Deep Lake version
6262
id: get-deeplake-version
6363
run: |-
64-
DEEPLAKE_VERSION=$(grep -E '^__version__ *= *"' deeplake/python/deeplake/__init__.py | cut -d'"' -f2)
64+
DEEPLAKE_VERSION=$(grep -E '^__version__ *= *"' python/deeplake/__init__.py | cut -d'"' -f2)
6565
echo "deeplake-version=${DEEPLAKE_VERSION}" >> "${GITHUB_OUTPUT}"
6666
6767
extension-build:
@@ -207,8 +207,8 @@ jobs:
207207
tar xf postgres-"${arch}".tar
208208
done
209209
210-
- name: Debugging with tmate
211-
uses: mxschmitt/action-tmate@v3.23
210+
# - name: Debugging with tmate
211+
# uses: mxschmitt/action-tmate@v3.23
212212

213213
- name: build deb and rpm repositories
214214
shell: bash

0 commit comments

Comments
 (0)