Skip to content

Commit

Permalink
Continue debugging paths 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Jun 26, 2024
1 parent 47a29a2 commit 4340f0a
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/test_kilosort4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ on:
branches:
- main

# env:
# KACHERY_CLOUD_CLIENT_ID: ${{ secrets.KACHERY_CLOUD_CLIENT_ID }}
# KACHERY_CLOUD_PRIVATE_KEY: ${{ secrets.KACHERY_CLOUD_PRIVATE_KEY }}

# concurrency: # Cancel previous workflows on the same pull request
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true

jobs:
fetch-versions:
runs-on: ubuntu-latest
Expand All @@ -42,11 +34,6 @@ jobs:
echo ${{ github.workspace }}
shell: bash

- name: Upload versions file
uses: actions/upload-artifact@v2
with:
name: versions
path: ${{ github.workspace }}/.github/scripts/kilosort4-latest-version.json
configure:
needs: fetch-versions
runs-on: ubuntu-latest
Expand All @@ -58,10 +45,10 @@ jobs:
- name: Set matrix data
id: set-matrix
run: |
pwd
echo $(pwd)
ls .github/scripts
ls
echo "matrix=$(jq -c . < ${{ github.workspace }}/.github/scripts/kilosort4-latest-version.json)" >> $GITHUB_OUTPUT
echo "matrix=$(jq -c . < .github/scripts/kilosort4-latest-version.json)" >> $GITHUB_OUTPUT
test:
needs: configure
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 4340f0a

Please sign in to comment.