Skip to content

Commit

Permalink
add checking points
Browse files Browse the repository at this point in the history
  • Loading branch information
sadit committed Mar 16, 2024
1 parent e0cb25a commit f255cf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
DBSIZE: 300K
run: |
pwd
ls -l
ls -l
ls -l data2024
JULIA_PROJECT=. JULIA_NUM_THREADS=auto julia -e 'using Pkg; Pkg.develop(url="https://github.com/sadit/SurrogatedDistanceModels.jl#main"); Pkg.instantiate()'
JULIA_PROJECT=. JULIA_NUM_THREADS=auto julia task1.jl $DBSIZE
JULIA_PROJECT=. JULIA_NUM_THREADS=auto julia task3.jl $DBSIZE
Expand Down

0 comments on commit f255cf3

Please sign in to comment.