Skip to content

Commit

Permalink
Workaround for Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Dec 31, 2024
1 parent 88c4767 commit 40ce216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fi
R -e "buildtools:::normalize_description('${DESCRIPTION}')"

# Temp workaround for BioC because we need to build source packges on r-release
if [ "${MY_UNIVERSE}" == "https://bioc.r-universe.dev" ]; then
if [ "${UNIVERSE_NAME}" == "bioc" ] || [ "${UNIVERSE_NAME}" == "r-forge" ]; then
sed -i 's/R\s*(>= 4.5/R (>= 4.4/' ${DESCRIPTION} || true
fi

Expand Down

0 comments on commit 40ce216

Please sign in to comment.