Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo authored Nov 19, 2023
1 parent fa90a9f commit 48958fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
auto-activate-base: true

- name: "Install conda build"
run: conda install -c conda-forge conda-build
run: conda install -c conda-forge conda-build python-patch


- name: "Check conda"
run: |
Expand All @@ -43,7 +44,6 @@ jobs:
- name: "Prepare sources"
run: |
conda install -c conda-forge python-patch
python prepare.py
- name: "Run conda build"
Expand Down

0 comments on commit 48958fc

Please sign in to comment.