We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e0a77 commit 6450dd3Copy full SHA for 6450dd3
1 file changed
.github/workflows/integration_tests.yml
@@ -146,6 +146,7 @@ jobs:
146
147
# Build git+https deps as wheels outside sfw (avoids sfw MITM cert issues
148
# with git), then install everything else through sfw for scanning.
149
+ # TODO: revisit when https://github.com/SocketDev/sfw-free/issues/30 is resolved.
150
- name: Pre-install git dependencies (outside sfw)
151
run: |
152
# Install git+https deps directly without sfw to avoid MITM cert issues.
@@ -169,6 +170,7 @@ jobs:
169
170
path: reflex-web
171
submodules: recursive
172
173
174
- name: Pre-install reflex-web git dependencies (outside sfw)
175
working-directory: ./reflex-web
176
0 commit comments