comparison .github/workflows/ci-test.yml @ 7899:16da6d6040ae

chore: reformat line. [skip travis]
author John Rouillard <rouilj@ieee.org>
date Sat, 20 Apr 2024 15:54:54 -0400
parents 05016e488873
children 52f5cb357e40
comparison
equal deleted inserted replaced
7898:05016e488873 7899:16da6d6040ae
201 pip install redis 201 pip install redis
202 202
203 - name: Install python db libraries 203 - name: Install python db libraries
204 run: | 204 run: |
205 pip install mysqlclient 205 pip install mysqlclient
206 if [[ "$PYTHON_VERSION" != "3.13" ]]; then pip install psycopg2; fi 206 if [[ "$PYTHON_VERSION" != "3.13" ]]; then
207 pip install psycopg2; fi
207 208
208 - name: Install auxiliary packages 209 - name: Install auxiliary packages
209 run: | 210 run: |
210 sudo apt-get install swig gpgsm libgpgme-dev 211 sudo apt-get install swig gpgsm libgpgme-dev
211 # pygments for markdown2 to highlight code blocks 212 # pygments for markdown2 to highlight code blocks

Roundup Issue Tracker: http://roundup-tracker.org/