File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1212 tags : [ '*' ]
1313 pull_request :
1414 branches : [ "main" ]
15+ workflow_dispatch :
1516
1617env :
1718 # Use docker.io for Docker Hub if empty
Original file line number Diff line number Diff line change @@ -33,3 +33,5 @@ RUN apt-get install -y unixodbc
3333ENV DISPLAY=:99
3434
3535RUN pip install --upgrade pip
36+ COPY requirements.txt /app/
37+ RUN pip install --no-cache-dir -r /app/requirements.txt
Original file line number Diff line number Diff line change 1+ # custom requirements that might be needed for execution in CI of dependent repos
2+ # Portal Theme
3+ --extra-index-url=https://portal:uMjswqj3e3H57x@nexus.service.pragmaticindustries.com/repository/test-pypi/simple
4+ plc-server-openapi-client == 0.2.0
5+ portal-toolmanagement-client == 0.1.6
6+
7+ # fontawesomepro
8+ --extra-index-url=https://dl.fontawesome.com/7EBF86FC-5EE1-4B58-ACF7-FB0937B76A52/fontawesome-pro/python/simple/
9+ fontawesomepro == 6.4.0
You can’t perform that action at this time.
0 commit comments