Skip to content

Commit

Permalink
Bump Ruby version for python client workflow (#7549)
Browse files Browse the repository at this point in the history
* Bump Ruby version for python client workflow

* Fix docs
  • Loading branch information
N-o-Z authored Mar 18, 2024
1 parent 3abb65d commit d3d299b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-api-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
working-directory: clients/python
ruby-version: '2.7'
ruby-version: '3.2'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Build release as latest
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
working-directory: clients/python-legacy
ruby-version: '2.7'
ruby-version: '3.2'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Build legacy release as latest
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ nav_order: 20

- [Spark Metadata Client]({% link reference/spark-client.md %})
- [lakeFS Hadoop FileSystem]({% link integrations/spark.md%}#lakefs-hadoop-filesystem)
- [Python Client](https://pydocs.lakefs.io/)
- [Python Client]({% link integrations/python.md %})

## Security

Expand Down

0 comments on commit d3d299b

Please sign in to comment.