Skip to content

Bump certifi from 2023.5.7 to 2023.7.22 in /images/snapshot-release-tags #8087

Bump certifi from 2023.5.7 to 2023.7.22 in /images/snapshot-release-tags

Bump certifi from 2023.5.7 to 2023.7.22 in /images/snapshot-release-tags #8087

name: spack_ci_bridge
on: pull_request
jobs:
spack_ci_bridge:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
build-essential \
cmake \
git \
openssh-client \
python3-pip
sudo pip3 install -r images/gh-gl-sync/requirements.txt
- name: test
run: |
ctest -VV -S .github/spack_ci_bridge.cmake