Skip to content

Commit

Permalink
look for packages in .local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakpl committed Sep 16, 2024
1 parent 4090049 commit b041cdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
python -m pip install pdm
pdm install
ls -la ./
ls -la ~HOME/.local/bin
- name: Start db
run: docker compose run --rm -d db
- name: Wait for db
Expand All @@ -43,6 +44,7 @@ jobs:
sleep 1
done
echo "Database is not available."
docker ps -a
exit 1
- name: Run tests
run: pdm run pytest

0 comments on commit b041cdb

Please sign in to comment.