[ci] Fix `curl-cffi` installation (Bugfix for 02483bea1c)

Authored by: bashonly
pull/9793/head
bashonly 4 weeks ago committed by GitHub
parent ff38a011d5
commit 89f535e265
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -53,7 +53,7 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install test requirements - name: Install test requirements
run: python3 ./devscripts/install_deps.py --include dev --include curl_cffi run: python3 ./devscripts/install_deps.py --include dev --include curl-cffi
- name: Run tests - name: Run tests
continue-on-error: False continue-on-error: False
run: | run: |

Loading…
Cancel
Save