Skip to content

Commit e52fa5a

Browse files
committed
more fixes to GHA
1 parent 17a2773 commit e52fa5a

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Install project
2929
run: |
3030
python -m pip install -U pip
31+
pip install poetry
3132
just install
3233
- name: Build a binary wheel and a source tarball
3334
run: just build

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
# Changelog
33

4+
## v1.1.3 rpetit3/camlhmp "Bactrian Paper Patch (2)" 2025/09/16
5+
6+
## `Fixed`
7+
8+
- circumvent conda install of poetry (currently broken)
9+
410
## v1.1.2 rpetit3/camlhmp "Bactrian Paper Patch" 2025/09/16
511

612
## `Added`
@@ -12,7 +18,6 @@
1218
- Formatting of the paper
1319
- `just` missing from `environment.yml`
1420

15-
1621
## v1.1.1 rpetit3/camlhmp "Wild Bactrian Paper" 2025/09/16
1722

1823
## `Added`

camlhmp/cli/blast/thresholds.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import logging
2-
import os
32
import sys
43
from pathlib import Path
54

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ dependencies:
55
- blast
66
- just
77
- pigz
8-
- poetry
98
- python >=3.7

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "camlhmp"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "Classification through yAML Heuristic Mapping Protocol"
55
authors = [
66
"Robert A. Petit III <robbie.petit@gmail.com>",

0 commit comments

Comments
 (0)