Skip to content

Commit

Permalink
Test removal of some qiita installation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cowart committed Jul 22, 2024
1 parent afd2458 commit 8b036e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/qiita-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,6 @@ jobs:
export QIITA_ROOT_CA=`pwd`/qiita-dev/qiita_core/support_files/ci_rootca.crt
export QIITA_CONFIG_FP=`pwd`/qiita-dev/qiita_core/support_files/config_test_local.cfg
export PYTHONWARNINGS="ignore:Certificate for localhost has no \`subjectAltName\`"
# before starting nosetests, add the root ca used to sign qiita's ci_server.crt file
# to the environment's certifi store. This will prevent CERTIFICATE_VERIFY_FAILED
# errors.
python rootca_insert.py $QIITA_ROOT_CA
nosetests --with-doctest --with-coverage -v --cover-package=qiita_client
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 8b036e2

Please sign in to comment.