diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c599bde2..e793affbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |