Skip to content

Commit

Permalink
with download
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 25, 2024
1 parent 5020971 commit e51414f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,12 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.9
# - name: Download libebm artifact
# if: ${{ matrix.artifact_name != '' }}
# uses: actions/download-artifact@v4
# with:
# name: ${{ matrix.artifact_name }}
# path: bld/lib
- name: Download libebm artifact
if: ${{ matrix.artifact_name != '' }}
uses: actions/download-artifact@v4
with:
name: ${{ matrix.artifact_name }}
path: bld/lib
# - name: mac test_native
# if: ${{ startsWith(matrix.os, 'macos') }}
# run: |
Expand Down

0 comments on commit e51414f

Please sign in to comment.