Skip to content

Commit

Permalink
Fix comments, point to hed-standard
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Jul 26, 2024
1 parent 3e9b637 commit d03c41c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/pre_commit.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/verify_source_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
print_branch_name:
runs-on: ubuntu-latest
env:
BRANCH_NAME: ${{ github.head_ref }} # Set the BRANCH_NAME environment variable
BRANCH_NAME: ${{ github.head_ref }} # Set the variables used by the verify_branch script
VALIDATE_ALL: "True"
steps:
- name: Checkout code
Expand All @@ -35,7 +35,7 @@ jobs:
run: pip install pre-commit

- name: Install dependencies
run: pip install git+https://github.com/ianca/hed-python.git@develop
run: pip install git+https://github.com/hed-standard/hed-python.git@develop

- name: Run pre-commit on changed files
run: |
Expand Down

0 comments on commit d03c41c

Please sign in to comment.