Skip to content

Commit 1e3bc0e

Browse files
Merge pull request #318 from Clinical-Genomics/update_d4tools_in_action
Fix tests GitHub action to use d4tools 0.3.10
2 parents 3d6bad8 + accc3e5 commit 1e3bc0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests_n_coverage.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ jobs:
99
- name: Check out git repository
1010
uses: actions/checkout@v4
1111

12-
- name: Workaround for installing d4tools
13-
run: |
14-
echo 'location' >> ~/.curlrc # https://github.com/38/d4-format/pull/77#issuecomment-2044438359
15-
1612
- name: Install d4tools
1713
uses: baptiste0928/cargo-install@v3
1814
with:
1915
crate: d4tools
16+
git: https://github.com/38/d4-format.git
17+
tag: v0.3.10
2018

2119
- name: Set up python
2220
id: setup-python

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## [unreleased]
22
### Added
33
- Condensed `/coverage/d4/genes/summary` for condensed stats over a gene list
4+
### Changed
5+
- GitHub tests action to use d4tools 0.3.10
46
### Fixed
57
- Updated dependencies to address dependabot's security alerts
68
- Use a base image containing d4tools 0.3.10 in Dockerfile

0 commit comments

Comments
 (0)