Skip to content

Commit

Permalink
Merge pull request #3 from JLSteenwyk/new_python_versions
Browse files Browse the repository at this point in the history
New python versions
  • Loading branch information
JLSteenwyk authored Oct 23, 2023
2 parents 2049b59 + 85dd571 commit 66e6c06
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -r ./tests/requirements.txt
pip install -r requirements.txt
# make biokit CLI available for tests
make install
# install deps for tests
Expand All @@ -35,7 +35,7 @@ jobs:
python-version: '3.10'
- name: Install dependencies
run: |
pip install -r ./tests/requirements.txt
pip install -r requirements.txt
# make clipkit CLI available for tests
make install
# install test dependencies
Expand Down
13 changes: 12 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
biopython==1.81
biopython==1.76
coverage==7.3.2
Cython==3.0.4
exceptiongroup==1.1.3
iniconfig==2.0.0
mock==5.1.0
numpy==1.24.0
packaging==23.2
pluggy==1.3.0
pytest==7.4.2
pytest-cov==4.1.0
pytest-mock==3.0.0
tomli==2.0.1
6 changes: 0 additions & 6 deletions tests/requirements.txt

This file was deleted.

0 comments on commit 66e6c06

Please sign in to comment.