install tox
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -40,12 +40,10 @@ jobs:
|
|||||||
ln -sf $(which npx) /__e/node20_alpine/bin/npx
|
ln -sf $(which npx) /__e/node20_alpine/bin/npx
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
- name: Install Python pip
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
apk add py3-pip
|
apk add py3-pip py3-tox
|
||||||
- name: Install Test dependencies
|
- name: Test 32-bit
|
||||||
run: pip install tox
|
|
||||||
- name: Test with newest Python on latest Ubuntu (32-bit)
|
|
||||||
run: tox -c pyproject.toml -e py
|
run: tox -c pyproject.toml -e py
|
||||||
|
|
||||||
test-ubuntu-python-oldest:
|
test-ubuntu-python-oldest:
|
||||||
|
|||||||
Reference in New Issue
Block a user