Skip to content

Commit

Permalink
file changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vishallmaurya committed Aug 18, 2024
1 parent 1dcda8f commit 64096a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run tests
run: |
export PYTHONPATH=src
python -m pytest --maxfail=5 --disable-warnings -v
pytest tests
build-windows:
runs-on: windows-latest
Expand Down Expand Up @@ -68,5 +68,5 @@ jobs:
- name: Run tests
run: |
$env:PYTHONPATH="src"
python -m pytest --maxfail=5 --disable-warnings -v
$env:PYTHONPATH = "src"
pytest tests

0 comments on commit 64096a4

Please sign in to comment.