File tree Expand file tree Collapse file tree 4 files changed +8
-42
lines changed
Expand file tree Collapse file tree 4 files changed +8
-42
lines changed Original file line number Diff line number Diff line change 3131 with :
3232 python-version : ' 3.11'
3333 cache : ' pip'
34- cache-dependency-path : ' test/lpt-locust/requirements.txt'
34+ cache-dependency-path : ' test/lpt-locust/src/ requirements.txt'
3535 - name : 👨🏻💻 Install dependencies
36- run : pip install -r test/lpt-locust/requirements.txt
36+ run : pip install -r test/lpt-locust/src/requirements.txt
37+ - name : 🔗 Install license reporting tool
38+ run : pip install pip-licenses
3739 - name : 📋 Generate license report
3840 working-directory : ./test/lpt-locust
3941 run : |
Original file line number Diff line number Diff line change 11FROM locustio/locust:2.16.1
2- RUN pip3 install kubernetes
32COPY src /locust-config
3+ RUN pip3 install -r /locust-config/requirements.txt
44ENV LOCUST_LOCUSTFILE /locust-config/locustfile.py
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ locust
2+ oauthlib
3+ requests-oauthlib
You can’t perform that action at this time.
0 commit comments