Unpin LXML, and remove linux deps as they were only required when building lxml from source (#3874)
This commit is contained in:
parent
8b523c3fe1
commit
ede2579836
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -27,10 +27,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ${{ steps.pip-cache-dir.outputs.dir }}
|
path: ${{ steps.pip-cache-dir.outputs.dir }}
|
||||||
key: pip-${{ matrix.python-version }}-${{ hashFiles('**/setup.py') }}
|
key: pip-${{ matrix.python-version }}-${{ hashFiles('**/setup.py') }}
|
||||||
- name: Install Linux dependencies
|
|
||||||
if: ${{ matrix.python-version == 3.8 && steps.pip-cache.outputs.cache-hit != 'true' }}
|
|
||||||
run: |
|
|
||||||
sudo apt-get install libxslt-dev libxml2-dev -y
|
|
||||||
- name: Update pip
|
- name: Update pip
|
||||||
if: ${{ steps.pip-cache.outputs.cache-hit != 'true' && matrix.python-version != '2.7' }}
|
if: ${{ steps.pip-cache.outputs.cache-hit != 'true' && matrix.python-version != '2.7' }}
|
||||||
run: |
|
run: |
|
||||||
@ -102,10 +98,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ${{ steps.pip-cache.outputs.dir }}
|
path: ${{ steps.pip-cache.outputs.dir }}
|
||||||
key: pip-${{ matrix.python-version }}-${{ hashFiles('**/setup.py') }}
|
key: pip-${{ matrix.python-version }}-${{ hashFiles('**/setup.py') }}
|
||||||
- name: Install Linux dependencies
|
|
||||||
if: ${{ matrix.python-version == 3.8 }}
|
|
||||||
run: |
|
|
||||||
sudo apt-get install libxslt-dev libxml2-dev -y
|
|
||||||
- name: Update pip
|
- name: Update pip
|
||||||
if: ${{ matrix.python-version != '2.7' }}
|
if: ${{ matrix.python-version != '2.7' }}
|
||||||
run: |
|
run: |
|
||||||
@ -154,10 +146,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ${{ steps.pip-cache.outputs.dir }}
|
path: ${{ steps.pip-cache.outputs.dir }}
|
||||||
key: pip-${{ matrix.python-version }}-${{ hashFiles('**/setup.py') }}
|
key: pip-${{ matrix.python-version }}-${{ hashFiles('**/setup.py') }}
|
||||||
- name: Install Linux dependencies
|
|
||||||
if: ${{ matrix.python-version == 3.8 }}
|
|
||||||
run: |
|
|
||||||
sudo apt-get install libxslt-dev libxml2-dev -y
|
|
||||||
- name: Update pip
|
- name: Update pip
|
||||||
if: ${{ matrix.python-version != '2.7' }}
|
if: ${{ matrix.python-version != '2.7' }}
|
||||||
run: |
|
run: |
|
||||||
|
@ -9,6 +9,6 @@ boto>=2.45.0
|
|||||||
prompt-toolkit==2.0.10 # 3.x is not available with python2
|
prompt-toolkit==2.0.10 # 3.x is not available with python2
|
||||||
click==6.7
|
click==6.7
|
||||||
inflection==0.3.1
|
inflection==0.3.1
|
||||||
lxml==4.2.3
|
lxml
|
||||||
packaging
|
packaging
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user