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 12
12
tags : [ '*' ]
13
13
pull_request :
14
14
branches : [ "main" ]
15
+ workflow_dispatch :
15
16
16
17
env :
17
18
# 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
33
33
ENV DISPLAY=:99
34
34
35
35
RUN 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:[email protected] /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