Skip to content

Commit 7699b95

Browse files
committed
Clean up github actions
1 parent 4ec9eaa commit 7699b95

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install Dependences
3030
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 /
31+
conda install --yes conda-build conda-verify coverage pytest hypothesis statsmodels aesara c-compiler
3632
- name: Build package
3733
run: |
3834
conda build --variants "{python: [${{ matrix.python-version }}]}" ./sunode/conda

0 commit comments

Comments
 (0)