Skip to content

Commit

Permalink
Disable pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mariags803 committed May 23, 2024
1 parent 3462071 commit 3360184
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate-and-submit-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
push: false
load: true
tags: claasp-lib
no-cache: true
build-args: |
PIP_NO_CACHE_DIR=off
PIP_DISABLE_PIP_VERSION_CHECK=1
PIP_DEFAULT_TIMEOUT=100
- name: Generate documentation
run: docker run --rm -v $PWD:/home/sage/tii-claasp claasp-lib make doc
Expand Down

0 comments on commit 3360184

Please sign in to comment.