Skip to content

Commit

Permalink
Added checkout action for setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
roxx30198 committed Nov 7, 2023
1 parent 3af92de commit 846b960
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:
with:
fetch-depth: 0

- name: Checkout setup.cfg
uses: actions/checkout@v4
with:
sparse-checkout: |
setup.cfg
sparse-checkout-cone-mode: false

- name: Setup miniconda
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit 846b960

Please sign in to comment.