Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca496fb

Browse filesBrowse files
arihant2mathyouknowone
authored andcommitted
Collect whats_left data with sqlite feature
This fixes the output on the website, and correctly shows `_sqlite3` as implemented
1 parent c97f4d1 commit ca496fb
Copy full SHA for ca496fb

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.github/workflows/cron-ci.yaml

Copy file name to clipboardExpand all lines: .github/workflows/cron-ci.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Collect what is left data
8585
run: |
8686
chmod +x ./whats_left.py
87-
./whats_left.py > whats_left.temp
87+
./whats_left.py --features "sqlite" > whats_left.temp
8888
env:
8989
RUSTPYTHONPATH: ${{ github.workspace }}/Lib
9090
- name: Upload data to the website

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.