diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index ec4f912c96cd0..2e7503516662f 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -870,8 +870,6 @@ jobs: bundle install - name: Run documentation build run: | - # We need this link because the jekyll build calls `python`. - ln -s "$(which python3.9)" "/usr/local/bin/python" # We need this link to make sure `python3` points to `python3.9` which contains the prerequisite packages. ln -s "$(which python3.9)" "/usr/local/bin/python3" # Build docs first with SKIP_API to ensure they are buildable without requiring any