Skip to content

Commit c8648df

Browse files
committed
test
1 parent fbbc1df commit c8648df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ env:
88
jobs:
99
test-without-integration:
1010
runs-on: ubuntu-latest
11-
container: quarkchaindocker/pyquarkchain:upgraded
11+
container: quarkchaindocker/pyquarkchain:test-py3-13
1212

1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Install Project Dependencies
16-
run: |
17-
pip3 install --upgrade pip && PYTHONPATH=/code/pyquarkchain pip3 install -e .
18-
python3 setup.py build_ext --inplace
16+
run: pip3 install --upgrade pip && PYTHONPATH=/code/pyquarkchain pip3 install -e .
1917

2018
- name: Run py.test tests excluding integration test
2119
run: |

0 commit comments

Comments
 (0)