Skip to content

Update basket_analysis_full.py #9

Update basket_analysis_full.py

Update basket_analysis_full.py #9

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install dependencies
run: pip install pyspark
- name: Run script
run: spark-submit basket_analysis_full.py