Skip to content

Commit

Permalink
try macos/windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lindahl committed Dec 26, 2024
1 parent 0719e04 commit f3b9dd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci-slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ jobs:
- python-version: '3.7'
os: windows-latest
EXTRA: true
env:
PYTHONIOENCODING: "utf8"
- python-version: '3.13'
os: windows-latest
EXTRA: true
env:
PYTHONIOENCODING: "utf8"
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion duck.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def main(algo, crawl):
else:
raise

duckdb.sql('.utf8')
duckdb.sql('SET enable_progress_bar = true;')
duckdb.sql('SET http_retries = 100;')
#duckdb.sql("SET enable_http_logging = true;SET http_logging_output = 'duck.http.log'")
Expand Down

0 comments on commit f3b9dd6

Please sign in to comment.