Skip to content

Commit

Permalink
Fixes from comments
Browse files Browse the repository at this point in the history
 On branch 297-add-pyspark-bindings
 Changes to be committed:
	modified:   .github/workflows/pyspark.yml
	modified:   pyspark/README.md
  • Loading branch information
SemyonSinchenko committed Jan 10, 2024
1 parent a52728a commit 851c668
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pyspark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: GraphAr Spark CI
name: GraphAr PySpark CI

on:
# Trigger the workflow on push or pull request,
Expand All @@ -38,7 +38,8 @@ jobs:

- name: Install Python
uses: actions/setup-python@v4
python-version: 3.9
with:
python-version: 3.9

- name: Install Poetry
uses: abatilo/actions-poetry@v2
Expand Down
2 changes: 1 addition & 1 deletion pyspark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This directory contains the code and build system for the GraphAr PySpark librar

## Introduction

GraphAr PySpark project provides a PySpark API and utilities for working with GAR file format from PySpark. The prject has the only python dependency -- `pyspark` itself. Currently only `pysaprk~=3.2` is supported, but in the future the scope of supported versions will be extended.
GraphAr PySpark project provides a PySpark API and utilities for working with GAR file format from PySpark. The project has the only python dependency -- `pyspark` itself. Currently only `pysaprk~=3.2` is supported, but in the future the scope of supported versions will be extended.

## Installation

Expand Down

0 comments on commit 851c668

Please sign in to comment.