Skip to content

Commit f9cdef5

Browse files
committed
testing 2
1 parent 14ce20f commit f9cdef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
# 3. making sure than a production system has the expected rows
213213
# in all our tables; steps: a. drop test db, b. change $QIITA_CONFIG_FP
214214
# c. create new production system, c. count rows in the db.
215-
apt-get install --yes --no-install-recommends postgresql-client
215+
# apt-get install --yes --no-install-recommends postgresql-client
216216
217217
qiita-env drop;
218218
cp $QIITA_CONFIG_FP ${QIITA_CONFIG_FP}.bk

0 commit comments

Comments
 (0)