There was an error while loading. Please reload this page.
1 parent 3ef37f4 commit 24d2064Copy full SHA for 24d2064
1 file changed
.github/workflows/unittests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [macos-13, ubuntu-22.04]
12
- python-version: ["pypy3.8", "pypy3.11"]
+# python-version: ["pypy3.8", "pypy3.11"]
13
bitcoind-version: ["25.1", "29.0"]
14
15
steps:
@@ -18,10 +18,10 @@ jobs:
18
uses: ludeeus/action-shellcheck@master
19
with:
20
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 }}
+# - name: Set up Python ${{ matrix.python-version }}
+# uses: actions/setup-python@v6
+# with:
+# python-version: ${{ matrix.python-version }}
25
# - name: Cache venv
26
# id: cache-venv
27
# uses: actions/cache@v3
0 commit comments