Skip to content

Commit

Permalink
skip 3.6 css_inlining test in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol authored and FelixSchwarz committed Nov 17, 2023
1 parent 2e6eba7 commit 449d707
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ jobs:
- name: Test CSS inlining
run: |
pip install -e .[css_inlining]
pytest
if [[ "${{ matrix.python-version }}" != "3.6" ]]; then
pip install -e .[css_inlining]
pytest
else
echo "Skipping CSS inlining tests for Python 3.6"
fi

0 comments on commit 449d707

Please sign in to comment.