Skip to content

Commit 8a8b63b

Browse files
committed
3.9.21
1 parent 7c23e1f commit 8a8b63b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/qiita-plugin-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: conda-incubator/setup-miniconda@v2
4040
with:
4141
auto-update-conda: true
42-
python-version: 3.9
42+
python-version: 3.9.21
4343

4444
- name: Basic dependencies install
4545
env:
@@ -150,7 +150,6 @@ jobs:
150150
python --version
151151
pip --version
152152
pip freeze
153-
pip freeze | grep test
154153
nosetests --with-doctest --with-coverage -v --cover-package qp_klp,sequence_processing_pipeline
155154
156155
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)