Skip to content

Commit d6e7f99

Browse files
author
Georgi Petrov
committed
Test analysis flow
1 parent b6d76dc commit d6e7f99

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/analysis_workflow.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
needs: [cibw_docker_image]
111111
runs-on: "ubuntu-22.04"
112112
container:
113-
image: ${{needs.cibw_docker_image.outputs.tag}}
113+
image: quay.io/pypa/manylinux_2_28_x86_64
114114
services:
115115
mongodb:
116116
image: mongo:4.4
@@ -133,6 +133,17 @@ jobs:
133133
uses: SimenB/[email protected]
134134
id: cpu-cores
135135

136+
- name: Install deps
137+
run: |
138+
yum update -y
139+
yum install -y zip flex bison krb5-devel cyrus-sasl-devel openssl-devel \
140+
unzip tar epel-release jq wget libcurl-devel python3 \
141+
python3-devel python3-pip perl-IPC-Cmd
142+
143+
yum install -y mono-complete
144+
145+
yum clean all
146+
136147
- name: Extra envs
137148
run: |
138149
. build_tooling/vcpkg_caching.sh # Linux follower needs another call in CIBW

0 commit comments

Comments
 (0)