Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a67be6 commit 8f18e47Copy full SHA for 8f18e47
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
56
restore-keys: |
57
${{ runner.os }}-pip-
58
- - run: sudo apt-get -y install libxml2 libxslt
+ - run: sudo apt-get -y install libxml2 libxslt-dev
59
if: matrix.python-version == '3.11'
60
- run: python -m pip install Django==${{ matrix.django-version }}
61
if: matrix.django-version != 'master'
0 commit comments