Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f18e47

Browse files
committed
libxslt -> libxslt-dev
1 parent 5a67be6 commit 8f18e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
5656
restore-keys: |
5757
${{ runner.os }}-pip-
58-
- run: sudo apt-get -y install libxml2 libxslt
58+
- run: sudo apt-get -y install libxml2 libxslt-dev
5959
if: matrix.python-version == '3.11'
6060
- run: python -m pip install Django==${{ matrix.django-version }}
6161
if: matrix.django-version != 'master'

0 commit comments

Comments
 (0)