Skip to content

Commit 200ec51

Browse files
committed
just test
1 parent ffa5467 commit 200ec51

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.github/workflows/check-btcli-tests.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@ jobs:
179179
git checkout ${{ github.event.pull_request.head.ref }}
180180
echo "Current branch: $(git rev-parse --abbrev-ref HEAD)"
181181
182-
- name: Install async-substrate-interface package
183-
run: |
184-
source ${{ github.workspace }}/venv/bin/activate
185-
python3 -m pip uninstall async-substrate-interface -y
186-
python3 -m pip install .
182+
# - name: Install async-substrate-interface package
183+
# run: |
184+
# source ${{ github.workspace }}/venv/bin/activate
185+
# python3 -m pip uninstall async-substrate-interface -y
186+
# python3 -m pip install .
187187

188188
- name: Download Cached Docker Image
189189
uses: actions/download-artifact@v4
@@ -240,11 +240,11 @@ jobs:
240240
git checkout ${{ github.event.pull_request.head.ref }}
241241
echo "Current branch: $(git rev-parse --abbrev-ref HEAD)"
242242
243-
- name: Install async-substrate-interface package
244-
run: |
245-
source ${{ github.workspace }}/venv/bin/activate
246-
python3 -m pip uninstall async-substrate-interface -y
247-
python3 -m pip install .
243+
# - name: Install async-substrate-interface package
244+
# run: |
245+
# source ${{ github.workspace }}/venv/bin/activate
246+
# python3 -m pip uninstall async-substrate-interface -y
247+
# python3 -m pip install .
248248

249249
- name: Run SDK unit tests
250250
run: |

.github/workflows/check-sdk-tests.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ jobs:
177177
git fetch origin ${{ github.event.pull_request.head.ref }}
178178
git checkout ${{ github.event.pull_request.head.ref }}
179179
echo "Current branch: $(git rev-parse --abbrev-ref HEAD)"
180-
181-
- name: Install async-substrate-interface package
182-
working-directory: ${{ github.workspace }}
183-
run: |
184-
source ${{ github.workspace }}/venv/bin/activate
185-
python3 -m pip uninstall async-substrate-interface -y
186-
python3 -m pip install .
180+
#
181+
# - name: Install async-substrate-interface package
182+
# working-directory: ${{ github.workspace }}
183+
# run: |
184+
# source ${{ github.workspace }}/venv/bin/activate
185+
# python3 -m pip uninstall async-substrate-interface -y
186+
# python3 -m pip install .
187187

188188
- name: Download Cached Docker Image
189189
uses: actions/download-artifact@v4
@@ -241,11 +241,11 @@ jobs:
241241
git checkout ${{ github.event.pull_request.head.ref }}
242242
echo "Current branch: $(git rev-parse --abbrev-ref HEAD)"
243243
244-
- name: Install async-substrate-interface package
245-
run: |
246-
source ${{ github.workspace }}/venv/bin/activate
247-
python3 -m pip uninstall async-substrate-interface -y
248-
python3 -m pip install .
244+
# - name: Install async-substrate-interface package
245+
# run: |
246+
# source ${{ github.workspace }}/venv/bin/activate
247+
# python3 -m pip uninstall async-substrate-interface -y
248+
# python3 -m pip install .
249249

250250
- name: Run SDK integration tests
251251
run: |

0 commit comments

Comments
 (0)