test/bugfix
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -117,9 +117,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Update system
|
- name: Update system
|
||||||
run: apt-get update
|
run: |
|
||||||
|
apt-get update
|
||||||
- name: Install hfsprogs
|
- name: Install hfsprogs
|
||||||
run: apt-get install -y hfsprogs
|
run: |
|
||||||
|
apt-get install -y hfsprogs
|
||||||
- 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+
|
||||||
|
|||||||
Reference in New Issue
Block a user