Skip to content

Commit

Permalink
It's from the conditional headers, right?
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks authored Nov 9, 2024
1 parent 9e0cf2e commit 3a78cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
#- run: |
# sed -i 's/return new_headers/del resp; return new_headers/' C:/hostedtoolcache/windows/PyPy/3.10.14/x86/Lib/site-packages/pip/_vendor/cachecontrol/controller.py
- run: |
sed -i 's/request.headers.update(self.controller.conditional_headers(request))/import gc; request.headers.update(self.controller.conditional_headers(request)); gc.collect()/' C:/hostedtoolcache/windows/PyPy/3.10.14/x86/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py
sed -i 's/request.headers.update(self.controller.conditional_headers(request))/import gc; gc.collect(); request.headers.update(self.controller.conditional_headers(request))/' C:/hostedtoolcache/windows/PyPy/3.10.14/x86/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py
#- run: cat C:/hostedtoolcache/windows/PyPy/3.10.14/x86/Lib/site-packages/pip/_vendor/cachecontrol/controller.py
- run: rm c:/users/runneradmin/appdata/local/pip/cache/http-v2/a/d/e/e/f/adeef5b9611702687bbddade5f7c0af65110caf98ba1a0070c9d116e.body*.tmp
shell: bash
Expand Down

0 comments on commit 3a78cd2

Please sign in to comment.