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 8, 2023
1 parent 3af92de commit 815c57a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
access_token: ${{ github.token }}

- name: Checkout ${{ env.PACKAGE_NAME }} repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -177,6 +177,13 @@ jobs:
$script_path="$env:CONDA_PREFIX\Scripts\set-intel-ocl-icd-registry.ps1"
&$script_path
- name: Checkout setup config
uses: actions/checkout@v4
with:
sparse-checkout: |
setup.cfg
sparse-checkout-cone-mode: false

- name: List installed packages
run: conda list

Expand Down Expand Up @@ -290,7 +297,7 @@ jobs:
run: conda install anaconda-client

- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: IntelPython/devops-tools
fetch-depth: 0
Expand Down

0 comments on commit 815c57a

Please sign in to comment.