Skip to content

Commit

Permalink
chore: comments for py3.6 build from source ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Jan 10, 2024
1 parent 063dfde commit 051ecf2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ on:
- cron: "0 6 * * *"

jobs:
ci-pip-install:
ci-pip-install-from-source:
# This is to verify the setup.py as a mitigation for remain python 3.6.2+ capability
runs-on: ubuntu-20.04
strategy:
max-parallel: 1
max-parallel: 2
matrix:
python-version: [3.6, 3.7]
steps:
Expand All @@ -21,11 +22,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: Install nebulagraph-python from source and test dependencies
run: |
python setup.py install
pip install pip-tools pytest
- name: Test with pytest==6.2.5
- name: Test with pytest
run: |
docker-compose -f docker-compose.yaml up -d
sleep 20
Expand Down

0 comments on commit 051ecf2

Please sign in to comment.