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

Authored by: bashonly
pull/9553/head^2
bashonly 2024-04-22 15:36:01 -05:00 zatwierdzone przez GitHub
rodzic ff38a011d5
commit 89f535e265
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -53,7 +53,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- 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
continue-on-error: False
run: |