diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-04-22 15:36:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 20:36:01 +0000 |
commit | 89f535e2656964b4061c25a7739d4d6ba0a30568 (patch) | |
tree | e5f893b34a1a3501ad23877e97dfeeb7ac469b9d | |
parent | ff38a011d57b763f3a69bebd25a5dc9044a717ce (diff) |
[ci] Fix `curl-cffi` installation (Bugfix for 02483bea1c4dbe1bace8ca4d19700104fbb8a00f)
Authored by: bashonly
-rw-r--r-- | .github/workflows/core.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 076f785bf..70769f967 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -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: | |