Skip to content

Commit

Permalink
Save cache correctly?
Browse files Browse the repository at this point in the history
  • Loading branch information
jgongd committed Nov 22, 2024
1 parent dc3c189 commit 3549132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ commands:
fi
echo '<<parameters.python-version>>' >> /tmp/cachefile
echo '<<parameters.install-python>>' >> /tmp/cachefile
echo '<<parameters.install-nvidia-apex>>' >> /tmp/cachefile
date -u '+%y/%m/%d' >> /tmp/cachefile
- restore_cache:
Expand Down Expand Up @@ -531,7 +532,6 @@ commands:
paths:
- "/tmp/venv"
- "/tmp/conda"
when: on_success
- python-report
- run: pip freeze --all
# Allow this to fail, but it is useful for debugging.
Expand Down

0 comments on commit 3549132

Please sign in to comment.