mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
Run pdm install in verbosity mode
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
||||
# https://github.com/pdm-project/pdm/issues/728#issuecomment-1021771200
|
||||
pip install -t __pypackages__/3.10/lib selenium
|
||||
|
||||
pdm install
|
||||
pdm install -v
|
||||
|
||||
- name: Scanning for security issues using bandit
|
||||
run: |
|
||||
|
||||
@@ -62,7 +62,7 @@ RUN cd /opt/app \
|
||||
&& ls -la . \
|
||||
# https://github.com/SeleniumHQ/selenium/issues/10022 / https://github.com/pdm-project/pdm/issues/728#issuecomment-1021771200
|
||||
&& pip install -t __pypackages__/3.10/lib selenium \
|
||||
&& pdm install \
|
||||
&& pdm install -v \
|
||||
&& ls -la kleinanzeigen_bot \
|
||||
&& pdm run pyinstaller \
|
||||
&& ls -l dist
|
||||
|
||||
Reference in New Issue
Block a user