Skip to content

Commit

Permalink
Debug more
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks authored Nov 9, 2024
1 parent 4ef51bf commit bcb648e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
cache: pip
cache-dependency-path: test-requirements.txt
- run: python -m sysconfig
- run: "sed -i 's/except OSError:/except OSError: raise/' C:/hostedtoolcache/windows/PyPy/3.10.14/x86/Lib/site-packages/pip/_internal/network/cache.py"
- run: ls -la c:/users/runneradmin/appdata/local/pip/cache/http-v2/a/d/e/e/f/adeef5b9611702687bbddade5f7c0af65110caf98ba1a0070c9d116e*
shell: bash
- run: sed -i 's/kYwoFX7YWfM04Y8vMizwCw/PCaLiMeCwLhKktEGy\/zhWg/' c:/users/runneradmin/appdata/local/pip/cache/http-v2/a/d/e/e/f/adeef5b9611702687bbddade5f7c0af65110caf98ba1a0070c9d116e
Expand All @@ -38,7 +39,7 @@ jobs:
- name: Run tests
run: pip install -vvv uv -c test-requirements.txt
shell: bash
- run: pip uninstall uv
- run: pip uninstall uv -y
- name: Run tests 2
run: pip install -vvv uv -c test-requirements.txt
shell: bash
Expand Down

0 comments on commit bcb648e

Please sign in to comment.