Skip to content

Commit

Permalink
.github/workflows/build.yml: clear the gap workspace cache during tes…
Browse files Browse the repository at this point in the history
…t-new

If GAP was upgraded, we will need to reset (i.e. delete) the existing GAP
workspace cache before running the doctests.
  • Loading branch information
orlitzky committed Oct 13, 2024
1 parent f8f4d22 commit 228dc66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ jobs:
run: |
export MAKE="make -j2 --output-sync=recurse" SAGE_NUM_THREADS=4
# https://github.com/tj-actions/changed-files?tab=readme-ov-file#outputs-
rm -rf $HOME/.sage/gap
./sage -t --long --format github -p4 ${{ steps.changed-files.outputs.doctests_all_changed_files }}
shell: sh .ci/docker-exec-script.sh BUILD /sage {0}

Expand Down

0 comments on commit 228dc66

Please sign in to comment.