This commit is contained in:
leehk 2025-04-25 21:53:32 +08:00
parent a289f57a4e
commit 257219604a

View File

@ -55,6 +55,8 @@ jobs:
echo "Pipfile content:"
cat Pipfile
pipenv install --dev --skip-lock
echo "Listing installed packages:"
pipenv graph
- name: Run tests with pytest
working-directory: ${{ env.WORKING_DIR }}