Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f7f180df authored by Jason Kridner's avatar Jason Kridner
Browse files

ci: invalidate bad pip cache

parent 6e7395d6
Branches
Tags
1 merge request!89Docs updates - chapter restructuring, images, and more
......@@ -4,6 +4,7 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive
cache:
key: sphinx-build-env-docs-001
paths:
- .venv
- .cache
......
#!/bin/sh
#!/bin/sh -ex
# Source this script like `. ./venv-build-env.sh`
if [ ! -e ./.venv ]; then
python3 -m venv .venv
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment