test: align for HFS on Ubuntu
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -119,11 +119,11 @@ jobs:
|
|||||||
- name: Install Test dependencies
|
- name: Install Test dependencies
|
||||||
run: pip install tox
|
run: pip install tox
|
||||||
- name: Test with newest Python on latest Ubuntu using HFS+
|
- name: Test with newest Python on latest Ubuntu using HFS+
|
||||||
run: tox -c pyproject.toml -e py_filesystem_hfsp
|
run: tox -c pyproject.toml -e py_filesystem_hfs
|
||||||
|
|
||||||
test-python-32bit:
|
test-python-32bit:
|
||||||
name: Test 32-bit Python:3.11 Ubuntu:latest
|
name: Test 32-bit Python:3.11 Ubuntu:latest
|
||||||
needs: [lint, test-ubuntu-python-newest, integ-test]
|
needs: [lint, test-ubuntu-python-newest, integ-test, test-ubuntu-python-newest-with-passlib]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
|||||||
Reference in New Issue
Block a user