Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit 24d2064

Browse files
author
3np
committed
ci: wip: use dist python release
1 parent 3ef37f4 commit 24d2064

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/unittests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [macos-13, ubuntu-22.04]
12-
python-version: ["pypy3.8", "pypy3.11"]
12+
# python-version: ["pypy3.8", "pypy3.11"]
1313
bitcoind-version: ["25.1", "29.0"]
1414

1515
steps:
@@ -18,10 +18,10 @@ jobs:
1818
uses: ludeeus/action-shellcheck@master
1919
with:
2020
version: v0.9.0
21-
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v6
23-
with:
24-
python-version: ${{ matrix.python-version }}
21+
# - name: Set up Python ${{ matrix.python-version }}
22+
# uses: actions/setup-python@v6
23+
# with:
24+
# python-version: ${{ matrix.python-version }}
2525
# - name: Cache venv
2626
# id: cache-venv
2727
# uses: actions/cache@v3

0 commit comments

Comments
 (0)