8000 Re-add ssl feature to cron-ci.yaml for whats-left (#5750) · RustPython/RustPython@5561b6e · GitHub
[go: up one dir, main page]

Skip to content

Commit 5561b6e

Browse files
authored
Re-add ssl feature to cron-ci.yaml for whats-left (#5750)
1 parent 392d1c0 commit 5561b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-ci.yaml

Lines 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 --features "sqlite" > whats_left.temp
87+
./whats_left.py --features "ssl,sqlite" > whats_left.temp
8888
env:
8989
RUSTPYTHONPATH: ${{ github.workspace }}/Lib
9090
- name: Upload data to the website

0 commit comments

Comments
 (0)
0