Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticBliss authored Jan 14, 2024
1 parent 0a25902 commit b5af80d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:

- name: Install Setup
run: |
pip install .
echo $('PWD')
pip install setup.py
pip install pyspark==2.4.3
pip install pytest==4.5.0
Expand Down

0 comments on commit b5af80d

Please sign in to comment.