Skip to content

Commit

Permalink
Work around bug in requests 2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaci committed May 4, 2023
1 parent 6872c8e commit 71bb2a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
cache-dependency-path: |
./pdm.lock
./Cargo.lock
- name: Work around requests bug https://github.com/psf/requests/issues/6437
run: pip install --force requests==2.29.0
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install dependencies
run: |
Expand All @@ -70,6 +72,8 @@ jobs:
cache-dependency-path: |
./pdm.lock
./Cargo.lock
- name: Work around requests bug https://github.com/psf/requests/issues/6437
run: pip install --force requests==2.29.0
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install dependencies
run: |
Expand Down

0 comments on commit 71bb2a3

Please sign in to comment.