32-bit fix
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -26,6 +26,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
|
- name: Install Python dependencies
|
||||||
|
run: |
|
||||||
|
curl https://bootstrap.pypa.io/get - pip.py - o get - pip.py
|
||||||
|
python get - pip.py
|
||||||
- name: Install Test dependencies
|
- name: Install Test dependencies
|
||||||
run: pip install tox
|
run: pip install tox
|
||||||
- name: Test with newest Python on latest Ubuntu (32-bit)
|
- name: Test with newest Python on latest Ubuntu (32-bit)
|
||||||
|
|||||||
Reference in New Issue
Block a user