Skip to content

Bump sqlparse from 0.4.4 to 0.5.0 in /analytics #8748

Bump sqlparse from 0.4.4 to 0.5.0 in /analytics

Bump sqlparse from 0.4.4 to 0.5.0 in /analytics #8748

Workflow file for this run

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