File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
tags :
10
10
- " *"
11
11
12
- defaults :
13
- run :
14
- # This is needed for miniconda, see:
15
- # https://github.com/marketplace/actions/setup-miniconda#important.
16
- shell : bash -l {0}
17
-
18
-
19
12
jobs :
20
13
lint :
21
14
runs-on : ubuntu-20.04
98
91
- name : Upload coverage report
99
92
uses : codecov/codecov-action@v1
100
93
94
+ # Test if the python-isal conda package can be build. Which is linked
95
+ # dynamically to the conda isa-l package.
101
96
test-dynamic :
102
97
runs-on : ${{ matrix.os }}
103
98
needs : lint
99
+ defaults :
100
+ run :
101
+ # This is needed for miniconda, see:
102
+ # https://github.com/marketplace/actions/setup-miniconda#important.
103
+ shell : bash -l {0}
104
104
strategy :
105
105
matrix :
106
106
os : ["ubuntu-latest", "macos-latest", "windows-latest"]
@@ -113,7 +113,7 @@ jobs:
113
113
with :
114
114
channels : conda-forge,bioconda,defaults
115
115
- name : Install requirements (universal)
116
- run : conda install nasm isa-l python tox
116
+ run : conda install isa-l python tox
117
117
- name : Install requirements (unix)
118
118
run : conda install make automake autoconf libtool
119
119
if : runner.os != 'Windows'
You can’t perform that action at this time.
0 commit comments