Skip to content

Commit

Permalink
Disable running for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Aug 23, 2023
1 parent 5128fc9 commit a22e105
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/unique_python_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
args: --profile=optimized
env:
RUSTFLAGS: '-C target-cpu=native'

- name: Run
run: |
./target/optimized/data links/dataset.txt data/ --limit=5
- name: Check
run: |
ls -la data/
#
# - name: Run
# run: |
# ./target/optimized/data links/dataset.txt data/ --limit=5
#
# - name: Check
# run: |
# ls -la data/

0 comments on commit a22e105

Please sign in to comment.