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 821e7aa commit fc81a94
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jobs:
uses: pdm-project/setup-pdm@v3
with:
python-version: ${{ matrix.python-version }}
enable-pep582: false
cache: true
cache-dependency-path: |
./pdm.lock
./Cargo.lock
- name: Work around requests bug https://github.com/psf/requests/issues/6437
run: ~/.local/share/pdm/venv/pip install --force requests==2.29.0
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install dependencies
run: |
Expand All @@ -65,6 +72,8 @@ jobs:
cache-dependency-path: |
./pdm.lock
./Cargo.lock
- name: Work around requests bug https://github.com/psf/requests/issues/6437
run: ~/.local/share/pdm/venv/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 fc81a94

Please sign in to comment.