Skip to content

Commit 6b4ca70

Browse files
authored
Update to biopython 1.87 (#587)
* update to biopython 1.87 * update pydivsufsort, trying to avoid louisabraham/pydivsufsort#53 * update deps * test cache-clear in ci
1 parent cbe5cf1 commit 6b4ca70

4 files changed

Lines changed: 770 additions & 652 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: poetry config --list
3737

3838
- name: 🔩 Install with Poetry
39-
run: poetry install --all-extras --with docs
39+
run: poetry cache clear --all && poetry install --all-extras --with docs
4040

4141
- name: Build documentation
4242
run: |

.github/workflows/pydna_test_and_coverage_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if: matrix.fresh-install == 'true'
7878

7979
- name: 🔩 Install with Poetry
80-
run: poetry install --all-extras
80+
run: poetry cache clear --all && poetry install --all-extras
8181

8282
- name: 🔎 poetry run python run_test.py
8383
# Don't run tests if we're just checking hooks

0 commit comments

Comments
 (0)