We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbbc1df commit c8648dfCopy full SHA for c8648df
.github/workflows/build-and-test.yml
@@ -8,14 +8,12 @@ env:
8
jobs:
9
test-without-integration:
10
runs-on: ubuntu-latest
11
- container: quarkchaindocker/pyquarkchain:upgraded
+ container: quarkchaindocker/pyquarkchain:test-py3-13
12
13
steps:
14
- uses: actions/checkout@v4
15
- name: Install Project Dependencies
16
- run: |
17
- pip3 install --upgrade pip && PYTHONPATH=/code/pyquarkchain pip3 install -e .
18
- python3 setup.py build_ext --inplace
+ run: pip3 install --upgrade pip && PYTHONPATH=/code/pyquarkchain pip3 install -e .
19
20
- name: Run py.test tests excluding integration test
21
run: |
0 commit comments