File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
- name : Check out git repository
10
10
uses : actions/checkout@v4
11
11
12
- - name : Workaround for installing d4tools
13
- run : |
14
- echo 'location' >> ~/.curlrc # https://github.com/38/d4-format/pull/77#issuecomment-2044438359
15
-
16
12
- name : Install d4tools
17
13
uses : baptiste0928/cargo-install@v3
18
14
with :
19
15
crate : d4tools
16
+ git : https://github.com/38/d4-format.git
17
+ tag : v0.3.10
20
18
21
19
- name : Set up python
22
20
id : setup-python
Original file line number Diff line number Diff line change 1
1
## [ unreleased]
2
2
### Added
3
3
- Condensed ` /coverage/d4/genes/summary ` for condensed stats over a gene list
4
+ ### Changed
5
+ - GitHub tests action to use d4tools 0.3.10
4
6
### Fixed
5
7
- Updated dependencies to address dependabot's security alerts
6
8
- Use a base image containing d4tools 0.3.10 in Dockerfile
You can’t perform that action at this time.
0 commit comments