From ad23f4ded11e37e9f1161b208056c7dd35b33cd7 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Sun, 4 Aug 2024 16:45:07 -0400 Subject: [PATCH] ci: cleanup --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45715f56..8151592a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -289,12 +289,11 @@ jobs: if: ${{ inputs.id != 'macOS' && inputs.verset == 'minver' }} run: | tar xf ruby.tar.zst - ls -at export RBENV_ROOT=$(pwd)/.rbenv echo RBENV_ROOT=$RBENV_ROOT >> $GITHUB_ENV eval "$($RBENV_ROOT/bin/rbenv init - bash)" + echo "ruby --version:" ruby --version - echo $PATH echo PATH=$PATH >> $GITHUB_ENV ###### python bindings - name: install python bindings dependencies