We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d76dc commit d6e7f99Copy full SHA for d6e7f99
.github/workflows/analysis_workflow.yml
@@ -110,7 +110,7 @@ jobs:
110
needs: [cibw_docker_image]
111
runs-on: "ubuntu-22.04"
112
container:
113
- image: ${{needs.cibw_docker_image.outputs.tag}}
+ image: quay.io/pypa/manylinux_2_28_x86_64
114
services:
115
mongodb:
116
image: mongo:4.4
@@ -133,6 +133,17 @@ jobs:
133
uses: SimenB/[email protected]
134
id: cpu-cores
135
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
147
- name: Extra envs
148
run: |
149
. build_tooling/vcpkg_caching.sh # Linux follower needs another call in CIBW
0 commit comments