Skip to content

Commit

Permalink
ci: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Aug 4, 2024
1 parent 2127ec7 commit ad23f4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad23f4d

Please sign in to comment.