Skip to content

Commit

Permalink
Update action flow, add more debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysitu committed Nov 3, 2024
1 parent 1d70bd7 commit 88dc916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
CHROME_DIR=$(dirname "${{ steps.setup_chrome.outputs.chrome-path }}")
echo "CHROME_DIR: $CHROME_DIR"
echo "$CHROME_DIR" >> $GITHUB_PATH
cat $GITHUB_PATH
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand All @@ -52,4 +53,5 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
echo "Path: $PATH"
pytest --log-cli-level=DEBUG tests/test_stocks.py

0 comments on commit 88dc916

Please sign in to comment.