summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Maslek <jmaslek11@gmail.com>2023-06-21 21:42:08 -0400
committerJames Maslek <jmaslek11@gmail.com>2023-06-21 21:42:08 -0400
commit8b08786898ca143f5ef15997d0f380c919ca23d8 (patch)
tree4b4ba8186b68bbe48035f3f78b4cdefc0ac26535
parent37ed859944e84de0195deffc7f87db9b4347b243 (diff)
no cache pipv3.1.0
-rw-r--r--.github/workflows/windows10_build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows10_build.yml b/.github/workflows/windows10_build.yml
index 57a2ff18d7a..005ada68fe0 100644
--- a/.github/workflows/windows10_build.yml
+++ b/.github/workflows/windows10_build.yml
@@ -37,7 +37,7 @@ jobs:
python -m venv venv --upgrade-deps
source venv/Scripts/activate
python -m pip install setuptools==65.4.1 wheel
- python -m pip install -r requirements-full.txt
+ python -m pip install -r requirements-full.txt --no-cache-dir
python -m pip uninstall papermill -y
python -m pip install git+https://github.com/nteract/papermill.git@main
python -m PyInstaller build/pyinstaller/terminal.spec --clean