Skip to content

Commit 113d0f3

Browse files
authored
Unpin dependencies (#11)
1 parent 18b49d4 commit 113d0f3

File tree

4 files changed

+117
-86
lines changed

4 files changed

+117
-86
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Poetry install
2626
run: |
27-
poetry lock --check
27+
poetry lock --check # check that lockfile is up to date
2828
poetry install --with test,dev --extras annlibs
2929
3030
- name: Run test suite

0 commit comments

Comments
 (0)