Skip to content

Commit

Permalink
Drop html5lib
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 13, 2022
1 parent c1ba8de commit ab2e43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
$PYTHON --version
$PYTHON -m venv venv
source venv/bin/activate
pip install --upgrade pip html5lib
pip install --upgrade pip
pip install --force-reinstall dist/robyn*.whl
cd ~ && python -c 'import robyn'
- name: Upload wheels
Expand Down

0 comments on commit ab2e43a

Please sign in to comment.