Skip to content

Commit a2a235e

Browse files
committed
Fix errors
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent d9361c8 commit a2a235e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

minecode_pipelines/pipelines/mine_conan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def steps(cls):
3737
cls.check_federatedcode_eligibility,
3838
cls.create_federatedcode_working_dir,
3939
cls.clone_conan_index,
40+
cls.fetch_federation_config,
4041
cls.mine_and_publish_packageurls,
4142
cls.delete_working_dir,
4243
)

pyproject-minecode_pipelines.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
44

55
[project]
66
name = "minecode_pipelines"
7-
version = "0.0.1b36"
7+
version = "0.0.1b37"
88
description = "A library for mining packageURLs and package metadata from ecosystem repositories."
99
readme = "minecode_pipelines/README.rst"
1010
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)