This commit is contained in:
leehk 2025-04-25 21:46:36 +08:00
parent 448a4cf021
commit a289f57a4e

View File

@ -54,7 +54,7 @@ jobs:
ls -al ls -al
echo "Pipfile content:" echo "Pipfile content:"
cat Pipfile cat Pipfile
pipenv sync -d pipenv install --dev --skip-lock
- name: Run tests with pytest - name: Run tests with pytest
working-directory: ${{ env.WORKING_DIR }} working-directory: ${{ env.WORKING_DIR }}