Skip to content

Commit

Permalink
Add PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
esafak committed Dec 22, 2024
1 parent 1b5430e commit bf895b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_mca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Set PYTHONPATH
run: echo "PYTHONPATH=$PYTHONPATH:$(pwd)/src" >> $GITHUB_ENV

- name: Run test_mca.py
run: |
python tests/test_mca.py
run: python tests/test_mca.py

0 comments on commit bf895b4

Please sign in to comment.