Skip to content

Commit

Permalink
dev branch instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya0by0 committed Oct 20, 2024
1 parent 13e75ae commit 22cfd3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/token_consistency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:

- name: Get previous tokens.txt version
run: |
git fetch origin main
git diff origin/main -- chebai/preprocessing/bin/smiles_token/tokens.txt > tokens_diff.txt || echo "No previous tokens.txt found"
git fetch origin dev
git diff origin/dev -- chebai/preprocessing/bin/smiles_token/tokens.txt > tokens_diff.txt || echo "No previous tokens.txt found"
- name: Check for deleted or added lines in tokens.txt
run: |
Expand Down

0 comments on commit 22cfd3e

Please sign in to comment.