Skip to content

Update python-package.yml #13

Update python-package.yml

Update python-package.yml #13

name: DataMov CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: MatteoH2O1999/setup-python@v2
with:
python-version: 2.7.18
- name: Install Setup
run: |
pip install ../setup.py
pip install pyspark==2.4.3
pip install pytest==4.5.0
- name: Run tests
run: |
pytest
- name: Build wheel
run: |
python setup.py sdist bdist_wheel