Skip to content

Commit

Permalink
Try print path.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Jun 26, 2024
1 parent 3fd08fb commit 08e8b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/check_kilosort4_releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ def get_pypi_versions(package_name):
versions = get_pypi_versions(package_name)
with open("kilosort4-latest-version.json", "w") as f:
json.dump(versions, f)

print("PRINT", os.path.realpath(__file__))
3 changes: 1 addition & 2 deletions .github/workflows/test_kilosort4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
python .github/scripts/check_kilosort4_releases.py
shell: bash

# TODO: move to artifacts
- name: Upload versions file
uses: actions/upload-artifact@v2
with:
Expand All @@ -64,7 +63,7 @@ jobs:
matrix:
python-version: ["3.12"] # TODO: "3.9", # Lower and higher versions we support
os: [ubuntu-latest] # TODO: macos-13, windows-latest,
ks_version: ["4.0.12"] # ${{ fromJson(needs.configure.outputs.matrix) }} # TODO: add / build from pypi based on Christians PR
ks_version: ${{ fromJson(needs.configure.outputs.matrix) }} # TODO: add / build from pypi based on Christians PR
steps:
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 08e8b72

Please sign in to comment.