mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +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
|
# https://github.com/pdm-project/pdm/issues/728#issuecomment-1021771200
|
||||||
pip install -t __pypackages__/3.10/lib selenium
|
pip install -t __pypackages__/3.10/lib selenium
|
||||||
|
|
||||||
pdm install
|
pdm install -v
|
||||||
|
|
||||||
- name: Scanning for security issues using bandit
|
- name: Scanning for security issues using bandit
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ RUN cd /opt/app \
|
|||||||
&& ls -la . \
|
&& ls -la . \
|
||||||
# https://github.com/SeleniumHQ/selenium/issues/10022 / https://github.com/pdm-project/pdm/issues/728#issuecomment-1021771200
|
# 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 \
|
&& pip install -t __pypackages__/3.10/lib selenium \
|
||||||
&& pdm install \
|
&& pdm install -v \
|
||||||
&& ls -la kleinanzeigen_bot \
|
&& ls -la kleinanzeigen_bot \
|
||||||
&& pdm run pyinstaller \
|
&& pdm run pyinstaller \
|
||||||
&& ls -l dist
|
&& ls -l dist
|
||||||
|
|||||||
Reference in New Issue
Block a user