Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Nov 19, 2023
1 parent fb380bb commit f8326e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
channels: conda-forge

- name: "Install conda build"
run: mamba install conda-build python-patch
shell: sh -l {0}
run: mamba install conda-build python-patch

- name: "Check conda"
shell: sh -l {0}
run: |
conda info -a
conda list
Expand All @@ -44,10 +46,12 @@ jobs:
sudo ln -s /usr/lib/x86_64-linux-gnu/ /usr/lib64
- name: "Prepare sources"
shell: sh -l {0}
run: |
python prepare.py
- name: "Run conda build"
shell: sh -l {0}
run: |
mkdir conda
conda build ci/conda --output-folder conda
Expand Down

0 comments on commit f8326e6

Please sign in to comment.