Skip to content

Commit 8b036e2

Browse files
Test removal of some qiita installation commands
1 parent afd2458 commit 8b036e2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/qiita-ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ jobs:
122122
export QIITA_ROOT_CA=`pwd`/qiita-dev/qiita_core/support_files/ci_rootca.crt
123123
export QIITA_CONFIG_FP=`pwd`/qiita-dev/qiita_core/support_files/config_test_local.cfg
124124
export PYTHONWARNINGS="ignore:Certificate for localhost has no \`subjectAltName\`"
125-
126-
# before starting nosetests, add the root ca used to sign qiita's ci_server.crt file
127-
# to the environment's certifi store. This will prevent CERTIFICATE_VERIFY_FAILED
128-
# errors.
129-
python rootca_insert.py $QIITA_ROOT_CA
130-
nosetests --with-doctest --with-coverage -v --cover-package=qiita_client
131125
- uses: codecov/codecov-action@v3
132126
with:
133127
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)