Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into release/0.x.x
  • Loading branch information
d0choa committed Jan 9, 2024
2 parents c153222 + 361f45b commit 95c4479
Show file tree
Hide file tree
Showing 7 changed files with 205 additions and 181 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Python Semantic Release
id: release
uses: python-semantic-release/[email protected].0
uses: python-semantic-release/[email protected].2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
3 changes: 2 additions & 1 deletion config/step/colocalisation.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_target_: otg.colocalisation.ColocalisationStep
study_locus_path: ${datasets.study_locus}
credible_set_path: ${datasets.credible_set}
study_index_path: ${datasets.study_index}
coloc_path: ${datasets.colocalisation}
128 changes: 64 additions & 64 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ mkdocs-git-revision-date-localized-plugin = "^1.2.2"
mkdocs-autolinks-plugin = "^0.7.1"
mkdocs-awesome-pages-plugin = "^2.9.2"
mkdocs-exclude = "^1.0.2"
mkdocs-git-committers-plugin-2 = "^2.2.2"
mkdocs-git-committers-plugin-2 = "^2.2.3"
lxml = "^4.9.3"
pymdown-extensions = "^10.5"
pymdown-extensions = "^10.7"


[tool.poetry.group.tests.dependencies]
Expand All @@ -67,10 +67,10 @@ pytest-xdist = "^3.5.0"

[tool.poetry.group.dev.dependencies]
ipython = "^8.19.0"
ipykernel = "^6.27.1"
ipykernel = "^6.28.0"
google-cloud-dataproc = "^5.8.0"
apache-airflow = "^2.8.0"
apache-airflow-providers-google = "^10.12.0"
apache-airflow-providers-google = "^10.13.1"
pydoclint = "^0.3.8"
prettier = "^0.0.7"
deptry = "^0.12.0"
Expand Down
Loading

0 comments on commit 95c4479

Please sign in to comment.