Skip to content

Commit

Permalink
Try downloading artifact 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Jun 26, 2024
1 parent 570fc50 commit d07325a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test_kilosort4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,23 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout to repository
uses: actions/checkout@v2

- name: Download versions file
uses: actions/download-artifact@v2
with:
name: versions # Name of the artifact to download
path: ${{ github.workspace }} # Directory to download the artifact to

- name: Checkout to repository
uses: actions/checkout@v2
- name: Set matrix data
id: set-matrix
run: |
pwd
ls .github/scripts
ls
echo "matrix=$(jq -c . < .github/scripts/kilosort4-latest-version.json)" >> $GITHUB_OUTPUT
ls ${{ github.workspace }}
echo "matrix=$(jq -c . < kilosort4-latest-version.json)" >> $GITHUB_OUTPUT
test:
needs: configure
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
Expand Down

0 comments on commit d07325a

Please sign in to comment.