Skip to content

Commit

Permalink
update: GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioscardace committed Jun 23, 2024
1 parent 2b40def commit 4647f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
python-version: '3.9'

- name: Install Python dependencies
run: pip install -r spark-metadata/requirements.txt
run: cd spark-metadata/ && pip install -r requirements.txt

- name: Change the PythonPath
run: echo "PYTHONPATH=$PYTHONPATH:$GITHUB_WORKSPACE/spark-metadata/src" >> $GITHUB_ENV

- name: Run Python Tests
run: pytest spark-metadata/tests/
run: cd spark-metadata/ && pytest tests/

0 comments on commit 4647f2e

Please sign in to comment.