Skip to content

Commit

Permalink
debugging workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkhanapuri authored Jun 5, 2024
1 parent 6a6b28e commit 8bcc90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
export PYTHONPATH=./division/source:./division/tests
export PYTHONPATH=./division:./division/source:./division/tests
cd ./division
python -m venv div_test_env
source div_test_env/bin/activate
Expand Down

0 comments on commit 8bcc90f

Please sign in to comment.