Skip to content

Commit

Permalink
No need for examples in PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinigans committed Dec 11, 2024
1 parent 7d80e8e commit 22eee80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ jobs:
PYTHONPATH=. pytest
PYTHONPATH=. python test/test.py
tar xzf examples/examples_ws.tgz
PYTHONPATH=.:examples WORKSPACE=ws ./examples/test.sh
PYTHONPATH=. WORKSPACE=ws ./examples/test.sh
- name: Cloud Test - Azurite
run: |
source .github/scripts/setup_azurite.sh
echo "Testing on Azurite..."
PYTHONPATH=.:examples WORKSPACE=az://test/ws ./examples/test.sh
PYTHONPATH=. WORKSPACE=az://test/ws ./examples/test.sh
echo "Testing on Azurite DONE"

0 comments on commit 22eee80

Please sign in to comment.