Skip to content

Commit

Permalink
nose2
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanssen2 committed Mar 7, 2024
1 parent 4fe4abd commit 97a613a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qiita-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
conda env list
conda activate qiita
pip install -U pip
pip install sphinx sphinx-bootstrap-theme nose-timer Click coverage
pip install sphinx sphinx-bootstrap-theme nose2-timer Click coverage
- name: Qiita install
shell: bash -l {0}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
export PYTHONWARNINGS="ignore:Certificate for localhost has no \`subjectAltName\`"
nosetests --with-doctest --with-coverage --cover-package=qp_dbbact
nose2 --with-doctest --with-coverage --cover-package=qp_dbbact
- uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 97a613a

Please sign in to comment.