Skip to content

Commit

Permalink
Remove tests using scikit-bio from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 20, 2024
1 parent b325209 commit b8a979a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

test_linux:
name: Test (Linux)
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
env:
OS: Linux
strategy:
Expand Down
2 changes: 1 addition & 1 deletion pyfastani/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
biopython ; implementation_name == "cpython"
scikit-bio ; implementation_name == "cpython" and python_version >= '3.8'
# scikit-bio ; implementation_name == "cpython" and python_version >= '3.8'

0 comments on commit b8a979a

Please sign in to comment.