We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec9eaa commit 7699b95Copy full SHA for 7699b95
.github/workflows/main.yml
@@ -28,11 +28,7 @@ jobs:
28
python-version: ${{ matrix.python-version }}
29
- name: Install Dependences
30
run: |
31
- conda install --yes conda-build conda-verify coverage pytest hypothesis statsmodels aesara fd-find c-compiler
32
- - name: Debug paths
33
- run: |
34
- pwd
35
- fd libpython /
+ conda install --yes conda-build conda-verify coverage pytest hypothesis statsmodels aesara c-compiler
36
- name: Build package
37
38
conda build --variants "{python: [${{ matrix.python-version }}]}" ./sunode/conda
0 commit comments