@@ -120,33 +120,33 @@ jobs:
120
120
121
121
# Test if the python-isal conda package can be build. Which is linked
122
122
# dynamically to the conda isa-l package.
123
- # test-dynamic:
124
- # runs-on: ${{ matrix.os }}
125
- # defaults:
126
- # run:
127
- # # This is needed for miniconda, see:
128
- # # https://github.com/marketplace/actions/setup-miniconda#important.
129
- # shell: bash -l {0}
130
- # strategy:
131
- # matrix:
132
- # os: ["ubuntu-latest", "macos-latest", "windows-latest"]
133
- # steps:
134
- # - uses: actions/[email protected]
135
- # with:
136
- # submodules: recursive
137
- # - name: Install miniconda.
138
- # uses: conda-incubator/[email protected] # https://github.com/conda-incubator/setup-miniconda.
139
- # with:
140
- # channels: conda-forge,defaults
141
- # - name: Install requirements (universal)
142
- # run: conda install isa-l python tox
143
- # - name: Set MSVC developer prompt
144
-
145
- # if: runner.os == 'Windows'
146
- # - name: Run tests (dynamic link)
147
- # run: tox
148
- # env:
149
- # PYTHON_ISAL_LINK_DYNAMIC: True
123
+ test-dynamic :
124
+ runs-on : ${{ matrix.os }}
125
+ defaults :
126
+ run :
127
+ # This is needed for miniconda, see:
128
+ # https://github.com/marketplace/actions/setup-miniconda#important.
129
+ shell : bash -l {0}
130
+ strategy :
131
+ matrix :
132
+ os : ["ubuntu-latest", "macos-latest", "windows-latest"]
133
+ steps :
134
+
135
+ with :
136
+ submodules : recursive
137
+ - name : Install miniconda.
138
+ uses :
conda-incubator/[email protected] # https://github.com/conda-incubator/setup-miniconda.
139
+ with :
140
+ channels : conda-forge,defaults
141
+ - name : Install requirements (universal)
142
+ run : conda install isa-l python tox
143
+ - name : Set MSVC developer prompt
144
+
145
+ if : runner.os == 'Windows'
146
+ - name : Run tests (dynamic link)
147
+ run : tox
148
+ env :
149
+ PYTHON_ISAL_LINK_DYNAMIC : True
150
150
151
151
deploy :
152
152
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
0 commit comments