We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921da87 commit 8680865Copy full SHA for 8680865
.github/workflows/python.yml
@@ -18,16 +18,12 @@ jobs:
18
- uses: actions/checkout@v2
19
with:
20
fetch-depth: 0
21
+ submodules: true
22
23
- uses: actions/setup-python@v2
24
25
python-version: '3.11'
26
- - name: Update DuckDB submodule
27
- run: |
28
- git config --global --add safe.directory '*'
29
- make pull
30
-
31
- name: Build DuckDB (Python)
32
run: |
33
cd duckdb/tools/pythonpkg
@@ -45,4 +41,4 @@ jobs:
45
41
46
42
- name: Test Python
47
43
48
- (cd test/python && python -m pytest)
44
+ (cd test/python && python -m pytest)
0 commit comments