Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Python lakefs-sdk publish workflow + add Gemfile #6731

Merged
merged 7 commits into from
Oct 8, 2023
9 changes: 8 additions & 1 deletion .github/workflows/python-api-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
working-directory: clients
working-directory: clients/python-legacy
ruby-version: '2.7'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

Expand All @@ -80,6 +80,13 @@ jobs:
user_email: '[email protected]'
user_name: 'python-docs-action'

# - name: Setup Ruby
# uses: ruby/setup-ruby@v1
# with:
# working-directory: clients/python
# ruby-version: '2.7'
# bundler-cache: true # runs 'bundle install' and caches installed gems automatically

# - name: Build release as latest
# working-directory: clients/python
# run: bundle exec jekyll build -d _site -b /
Expand Down
Loading