Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 7, 2025
1 parent cf7a78c commit 530329d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion releases/mock-install.docker
Original file line number Diff line number Diff line change
@@ -1 +1 @@
55c18210abfa1f3e2b75e9ffd25950ebfbbb6694
738fade33bb4de2fc22fe2af8bf2748abc0075a5
2 changes: 1 addition & 1 deletion releases/mock-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MOCK_INSTALLED="$SHARE_PREFIX/mock.installed"

if [[ ! -f $MOCK_INSTALLED ]]; then
# Download and uncompress library archive
MOCK_ARCHIVE_PATH=${MOCK_ARCHIVE_PATH:-"https://github.com/fem-on-kaggle/fem-on-kaggle/releases/download/mock-20250201-080309-5194b3b/mock-install.tar.gz"}
MOCK_ARCHIVE_PATH=${MOCK_ARCHIVE_PATH:-"https://github.com/fem-on-kaggle/fem-on-kaggle/releases/download/mock-20250207-061856-2e63f3c/mock-install.tar.gz"}
[[ $MOCK_ARCHIVE_PATH == http* ]] && MOCK_ARCHIVE_DOWNLOAD=${MOCK_ARCHIVE_PATH} && MOCK_ARCHIVE_PATH=/tmp/mock-install.tar.gz && wget ${MOCK_ARCHIVE_DOWNLOAD} -O ${MOCK_ARCHIVE_PATH}
if [[ $MOCK_ARCHIVE_PATH != skip ]]; then
rm -rf /usr/lib/python*/*-packages/mock*
Expand Down

0 comments on commit 530329d

Please sign in to comment.