Skip to content

Commit

Permalink
Fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
syimyuzya committed Sep 10, 2024
1 parent 6a45bce commit 90a5196
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
run: python scripts/check.py
- name: Check ordering
shell: bash
run: tmpdir="$(mktemp -d -p ~)"
run: |
tmpdir="$(mktemp -d -p ~)"
cp *.tsv scripts/ambi.csv "$tmpdir"
python scripts/uniqsort.py
Expand Down

0 comments on commit 90a5196

Please sign in to comment.