Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add peek #12

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
d858c1f
test
wwwjn Oct 13, 2022
62a6582
fix
wwwjn Oct 13, 2022
0464228
fix
wwwjn Oct 13, 2022
7a3bfae
fix new
wwwjn Oct 13, 2022
dac5ff8
file name
wwwjn Oct 13, 2022
9144674
file name
wwwjn Oct 13, 2022
88e5f5b
file name
wwwjn Oct 13, 2022
396771b
file name
wwwjn Oct 13, 2022
d4c2f06
file name
wwwjn Oct 13, 2022
d300d50
file name
wwwjn Oct 13, 2022
568d138
file name
wwwjn Oct 13, 2022
5bc9e94
Update tst-index.py
epicfaace Oct 13, 2022
ef179dd
Update ci.yml
epicfaace Oct 13, 2022
18fdcf5
Update tst-index.py
epicfaace Oct 13, 2022
eba3288
Update ci.yml
epicfaace Oct 13, 2022
db366dc
Update tst-index.py
epicfaace Oct 13, 2022
947ad3c
Update tst-index.py
epicfaace Oct 13, 2022
79d0bd4
Update ci.yml
epicfaace Oct 13, 2022
276ad7c
Update ci.yml
epicfaace Oct 13, 2022
373d217
Update ci.yml
epicfaace Oct 13, 2022
0ab75a7
Update ci.yml
epicfaace Oct 13, 2022
5f0aac3
Update ci.yml
epicfaace Oct 13, 2022
fe32b49
Update tst-index.py
epicfaace Oct 13, 2022
28527f2
Update ci.yml
epicfaace Oct 13, 2022
05ee5f0
Update ci.yml
epicfaace Oct 13, 2022
381c18c
Update tst-index.py
epicfaace Oct 13, 2022
e75659b
Update tst-index.py
epicfaace Oct 13, 2022
c6a368b
Update tst-index.py
epicfaace Oct 13, 2022
707fbb2
Update ci.yml
epicfaace Oct 13, 2022
21bbfeb
Update tst-index.py
epicfaace Oct 13, 2022
c577857
Update tst-index.py
epicfaace Oct 13, 2022
0f87c47
Update tst-index.py
epicfaace Oct 13, 2022
d37ee8e
Update tst-index.py
epicfaace Oct 13, 2022
a7f3a7d
Update tst-index.py
epicfaace Oct 13, 2022
69df027
Update ci.yml
epicfaace Oct 13, 2022
bf48452
Update tst-index.py
epicfaace Oct 13, 2022
e428b3a
Update tst-index.py
epicfaace Oct 13, 2022
ad4eceb
Update tst-index.py
epicfaace Oct 13, 2022
2dd459f
Update tst-index.py
epicfaace Oct 13, 2022
d69abd0
Update tst-index.py
epicfaace Oct 13, 2022
89c596d
Update tst-index.py
epicfaace Oct 13, 2022
d1b7bf9
Update ci.yml
epicfaace Oct 13, 2022
055ed9f
Update ci.yml
epicfaace Oct 13, 2022
31a9fec
test
wwwjn Oct 13, 2022
9f4d562
repro bug
wwwjn Oct 14, 2022
a0b1ebe
fix
wwwjn Oct 14, 2022
9d1be94
fix
wwwjn Oct 16, 2022
a9ceca5
Update tst-index.py
epicfaace Oct 17, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
file name
wwwjn committed Oct 13, 2022
commit 88e5f5b65871ae3ddce5c7e2830120a194e98d8c
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -23,4 +23,7 @@ jobs:
- run: cp tst-index.py codalab-worksheets/
- run: cd codalab-worksheets
- run: head -c 10G </dev/urandom >temp_10GB_file
- run: ls
- run: pip install -r requirments.txt
- run: pip install codalab
- run: python tst-index.py